GnuCash  5.6-150-g038405b370+
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
file-utils.h File Reference

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...
 

Detailed Description

Utility functions for file access.

Author
Copyright (C) 1997 Robin D. Clark
Copyright (C) 1998 Linas Vepstas
Copyright (C) 1998 Rob Browning
Copyright (C) 2004 Derek Atkins derek.nosp@m.@iht.nosp@m.fp.co.nosp@m.m

These functions help you to locate files that can reside in multiple locations.

Definition in file file-utils.h.