altos: Expose ao_put_string function
authorKeith Packard <keithp@keithp.com>
Sun, 24 Mar 2013 22:08:31 +0000 (15:08 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 24 Mar 2013 22:08:31 +0000 (15:08 -0700)
commit2a66aab0b0efb63bf3619ec03abb357823e9cdde
treef07111b1c22b581f4c1a2e14674923fd3a873743
parenta041c04238991124058f8c4839883547a5a04566
altos: Expose ao_put_string function

This works like puts, except it doesn't add a trailing newline.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao.h
src/core/ao_cmd.c