MeatAxe  2.4
c-bitstring.h
1 #ifndef CHECK_FUNCTION_TABLE
2 
3 void TestBsAlloc(unsigned flags);
4 void TestBsAndOr(unsigned flags);
5 void TestBsCompare(unsigned flags);
6 void TestBsCopy(unsigned flags);
7 void TestBsOp(unsigned flags);
8 void TestBsIntersectionCount(unsigned flags);
9 void TestBsIo(unsigned flags);
10 void TestBsIsSub(unsigned flags);
11 
12 #else
13 
14  { 401, "Bit string allocation", TestBsAlloc },
15  { 402, "Bit manipulations", TestBsOp },
16  { 403, "Bit string comparison", TestBsCompare },
17  { 404, "Bit string copying", TestBsCopy },
18  { 405, "Bit string file i/o", TestBsIo },
19  { 406, "Bit string intersection count", TestBsIntersectionCount },
20  { 407, "Bit string operations", TestBsAndOr },
21  { 408, "Bit string incidence", TestBsIsSub },
22 
23 #endif

MeatAxe 2.4 documentation, generated on Fri Jul 27 2012 22:16:34