MeatAxe 2.4
src/c-bitstring.h
00001 #ifndef CHECK_FUNCTION_TABLE
00002 
00003 void TestBsAlloc(unsigned flags);
00004 void TestBsAndOr(unsigned flags);
00005 void TestBsCompare(unsigned flags);
00006 void TestBsCopy(unsigned flags);
00007 void TestBsOp(unsigned flags);
00008 void TestBsIntersectionCount(unsigned flags);
00009 void TestBsIo(unsigned flags);
00010 void TestBsIsSub(unsigned flags);
00011 
00012 #else
00013 
00014   { 401, "Bit string allocation", TestBsAlloc },
00015   { 402, "Bit manipulations", TestBsOp },
00016   { 403, "Bit string comparison", TestBsCompare },
00017   { 404, "Bit string copying", TestBsCopy },
00018   { 405, "Bit string file i/o", TestBsIo },
00019   { 406, "Bit string intersection count", TestBsIntersectionCount },
00020   { 407, "Bit string operations", TestBsAndOr },
00021   { 408, "Bit string incidence", TestBsIsSub },
00022 
00023 #endif