From 6dea353e732b6e19586c844796bc3bb848cc92f8 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 10 Mar 2013 21:05:34 -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 977e10b8..548e8738 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -144,6 +144,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