43 #ifndef GNC_FILE_UTILS_H 44 #define GNC_FILE_UTILS_H 62 int gncReadFile (
const char * filename,
char ** data);
gint64 gnc_getline(gchar **line, FILE *file)
Read a line from the input file, up to and including the newline.
int gncReadFile(const char *filename, char **data)
Reads the contents of a file into a buffer for further processing.