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