From 2a66aab0b0efb63bf3619ec03abb357823e9cdde Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 24 Mar 2013 15:08:31 -0700 Subject: altos: Expose ao_put_string function This works like puts, except it doesn't add a trailing newline. Signed-off-by: Keith Packard --- src/core/ao.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/ao.h') diff --git a/src/core/ao.h b/src/core/ao.h index adda0b6f..7ff49dd5 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -143,6 +143,9 @@ extern __pdata uint32_t ao_cmd_lex_u32; extern __pdata char ao_cmd_lex_c; extern __pdata enum ao_cmd_status ao_cmd_status; +void +ao_put_string(__code char *s); + void ao_cmd_lex(void); -- cgit v1.2.3