1 2 3 4 5 6 7 8 9
#ifndef RUNNER_RESULTGEN_H #define RUNNER_RESULTGEN_H #include <stdbool.h> bool generate_results(int dirfd); bool generate_results_path(char *resultspath); #endif