|
libarmutils
1.4
|
File Buffer Functions. More...
Go to the source code of this file.
Functions | |
| void | file_buffer_destroy (FileBuffer *fbuf) |
| Free memory used by a FileBuffer structure. | |
| FileBuffer * | file_buffer_init (void) |
| 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 Functions.
Definition in file file_buffer.c.