00001 #ifndef CHECK_FUNCTION_TABLE
00002
00003 void TestStf1(unsigned flags);
00004 void TestStf2(unsigned flags);
00005
00006 #else
00007
00008 { 750, "STF functions: basic", TestStf1 },
00009 { 751, "STF functions: Large data", TestStf2 },
00010
00011 #endif