1 2 3 4 5 6 7 8
#ifndef TESTS_COMMON_H_ #define TESTS_COMMON_H_ #include <stdlib.h> class FileModule *parsefile(const char *filename, const char *fakepath = NULL); #endif