MeatAxe  2.4
src/c-grease.h
00001 #ifndef CHECK_FUNCTION_TABLE
00002 
00003 #include "meataxe.h"
00004 
00005 void TestGrMapRow(unsigned flags);
00006 
00007 #else
00008 
00009   { 350, "Greased matrix multiplication", TestGrMapRow },
00010 
00011 #endif