#ifndef GC_FILEUTILS_H #define GC_FILEUTILS_H #include boolean file_get_contents(const char *filename,char **contents,size_t *length); #endif /* GC_FILEUTILS_H */