MeatAxe 2.4
src/c-sets.h
00001 #ifndef CHECK_FUNCTION_TABLE
00002 
00003 void TestSetAlloc(unsigned flags);
00004 void TestSetOp(unsigned flags);
00005 
00006 #else
00007 
00008   { 451, "Integer set allocation", TestSetAlloc },
00009   { 452, "Integer set operations", TestSetOp },
00010   
00011 #endif