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