#ifndef RUNNER_RESULTGEN_H #define RUNNER_RESULTGEN_H #include bool generate_results(int dirfd); bool generate_results_path(char *resultspath); #endif