Libbarrett
1.2.4
|
00001 /* 00002 * verify_file_contents.h 00003 * 00004 * Created on: Dec 31, 2009 00005 * Author: dc 00006 */ 00007 00008 #ifndef VERIFY_FILE_CONTENTS_H_ 00009 #define VERIFY_FILE_CONTENTS_H_ 00010 00011 00012 void verifyFileContents(const char* fileName, const char* expectedContents, long expectedSize); 00013 00014 00015 #endif /* VERIFY_FILE_CONTENTS_H_ */