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