#ifndef TESTCASE_IO_H #define TESTCASE_IO_H #include "testcase.h" Testcase *testcase_parse_file(const char *filename); #endif /* TESTCASE_IO_H */