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