MeatAxe
2.4
Main Page
Related Pages
Modules
Data Structures
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 Sun Aug 17 2014 16:58:28