MeatAxe
2.4
c-os.h
1
2
#ifndef CHECK_FUNCTION_TABLE
3
4
void
TestOs(
unsigned
flags);
5
void
TestIntIo(
unsigned
flags);
6
7
#else
8
9
{ 221,
"OS interface"
, TestOs },
10
{ 222,
"File i/o: integer"
, TestIntIo },
11
12
#endif
MeatAxe 2.4 documentation, generated on Sat Jul 14 2018 19:56:27