diff -r 000000000000 -r 218904410231 gclib/textfileutils.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gclib/textfileutils.h Fri Jan 27 00:28:11 2012 +0000 @@ -0,0 +1,9 @@ +#ifndef GC_TEXTFILEUTILS_H +#define GC_TEXTFILEUTILS_H + +#include + +boolean file_get_contents_text(const char *filename,char **contents, + size_t *length); + +#endif /* GC_TEXTFILEUTILS_H */