1
#ifndef BL_FILEUTILS_H
2
#define BL_FILEUTILS_H
3
4
#include <bl/types.h>
5
6
boolean file_get_contents(const char *filename,char **contents,size_t *length);
7
8
#endif /* BL_FILEUTILS_H */