#ifndef UTILS_H #define UTILS_H char * read_file_contents(char *file_path); #endif /* UTILS_H */