X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fao.h;h=2d2bbf82ac247459cbf68f1e5e5101a28ba4886d;hb=359ba0d9fc2c5947e6adc98bebcd061069c61e79;hp=64f33f0b2c18a938320204709cd7e1e9173373fa;hpb=ce18eaa28b1385c962c09459cbc5f20e234d9ad5;p=fw%2Faltos diff --git a/src/ao.h b/src/ao.h index 64f33f0b..2d2bbf82 100644 --- a/src/ao.h +++ b/src/ao.h @@ -1169,6 +1169,9 @@ struct ao_stdio { void (*flush)(void); }; +extern __data int8_t ao_cur_stdio; +extern __data int8_t ao_num_stdios; + void flush(void);