Searched refs:test_func_t (Results 1 – 2 of 2) sorted by relevance
34 typedef int (*test_func_t)(FILE* inputFile, int outputFileFd); typedef36 int main(int argc, char** argv, test_func_t testFunc);
70 int main(int argc, char** argv, test_func_t testFunc) { in main()