libarmutils  1.4
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups
FileBuffer Struct Reference

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

Detailed Description

FileBuffer Structure.

Definition at line 40 of file file_buffer.h.


The documentation for this struct was generated from the following file: