maug
Quick and dirty C mini-augmentation library.
|
Data Fields | |
uint8_t | type |
The RetroFile Types flag describing this file. | |
union MFILE_HANDLE | h |
The physical handle or pointer to access the file by. | |
off_t | sz |
off_t | last_read |
off_t | mem_cursor |
Current position if its type is MFILE_CADDY_TYPE_MEM_BUFFER. | |
uint8_t * | mem_buffer |
Locked pointer for MFILE_HANDLE::mem. | |
uint8_t | flags |
mfile_seek_t | seek |
mfile_read_int_t | read_int |
mfile_read_line_t | read_line |