X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fcore%2Fao.h;h=548e87381525161692844c03b476defe1bf7e1e4;hp=977e10b87d2716d5a2817b4d51dcbd3215f8bd14;hb=6dea353e732b6e19586c844796bc3bb848cc92f8;hpb=398c02b945a58634c8932f07df2c2be8438da7d1 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);