MeatAxe 2.4
src/c-matset.h
00001 
00002 #ifndef CHECK_FUNCTION_TABLE
00003 
00004 #include "meataxe.h"
00005 
00006 void TestMsAlloc(unsigned flags);
00007 void TestMsClean(unsigned flags);
00008 
00009 
00010 #else
00011 
00012   { 340, "Matrix set creation/destruction", TestMsAlloc },
00013   { 341, "Matrix set cleaning", TestMsClean },
00014 
00015 #endif