diff -r 000000000000 -r 218904410231 gclib/fileutils.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gclib/fileutils.h Fri Jan 27 00:28:11 2012 +0000 @@ -0,0 +1,8 @@ +#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 */