diff -r 000000000000 -r ec364358631b gclib/textfileutils.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gclib/textfileutils.h Thu Jan 26 23:35:52 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 */