00001 00002 #define myassert(success, foo) do { if (!(foo)) {cout << "Assertion failed '" << #foo << "'\n"; success = false; } } while(0) 00003 00004 UINT32 *contentsOf(const char *fileName); 00005 unsigned long getFileSize(const char *fileName); 00006 bool compareData(UINT32 *inputData, UINT32 *outputData, int length);