MeatAxe  2.4
src/c-os.h
00001 
00002 #ifndef CHECK_FUNCTION_TABLE
00003 
00004 void TestOs(unsigned flags);
00005 void TestIntIo(unsigned flags);
00006 
00007 #else
00008 
00009   { 221, "OS interface", TestOs },
00010   { 222, "File i/o: integer", TestIntIo },
00011 
00012 #endif