A C File struct which reads from memory instead of disk.
MemFile implementation of C fclose.
MemFile implementation of C fread.
MemFile implementation of C fseek.
MemFile implementation of C ftell.
MemFile implementation of C fwrite Returns 0 if index is out of range
Pointer to data
Length of data.
Pointer to read head.
See Implementation
A C File struct which reads from memory instead of disk.