|
libarmutils
1.4
|
File Buffer Header. More...
#include <sys/stat.h>Go to the source code of this file.
Data Structures | |
| struct | FileBuffer |
| FileBuffer Structure. More... | |
Functions | |
| void | file_buffer_destroy (FileBuffer *fbuf) |
| Free memory used by a FileBuffer structure. | |
| int | file_buffer_init (FileBuffer **fbuf) |
| Allocate memory for a FileBuffer structure. | |
| int | file_buffer_read (FileBuffer *fbuf, const char *full_path, char **data) |
| Read a file into a FileBuffer. | |
| int | file_buffer_split_lines (FileBuffer *fbuf, int *nlines, char ***lines) |
| Create array of line pointers into a FileBuffer. | |
File Buffer Header.
Definition in file file_buffer.h.