|
libarmutils
1.4
|
FileBuffer Structure. More...
#include <file_buffer.h>
Data Fields | |
| const char * | full_path |
| full path to the file | |
| struct stat * | stats |
| file stats | |
| size_t | length |
| size of the file in bytes | |
| char * | data |
| in memory copy of the file | |
| size_t | data_nalloced |
| allocated length of data buffer | |
| char ** | lines |
| array of line pointers created by file_buffer_split_lines() | |
| size_t | nlines |
| number of lines | |
| size_t | lines_nalloced |
| allocated length of lines array | |
FileBuffer Structure.
Definition at line 40 of file file_buffer.h.