#ifndef UTIL_H #define UTIL_H #include FILE *open_file(const char *filename, const char *mode); char *find_file(const char *filename); #endif