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