GnuCash
5.6-150-g038405b370+
|
Utility functions for file access. More...
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | gncReadFile (const char *filename, char **data) |
Reads the contents of a file into a buffer for further processing. More... | |
gint64 | gnc_getline (gchar **line, FILE *file) |
Read a line from the input file, up to and including the newline. More... | |
Utility functions for file access.
These functions help you to locate files that can reside in multiple locations.
Definition in file file-utils.h.