1 2 3 4 5 6
#ifndef TESTS_COMMON_H_ #define TESTS_COMMON_H_ class AbstractModule *parsefile(const char *filename); #endif