|
maug
Quick and dirty C mini-augmentation library.
|
Types of files/data stores that mfile can abstract from. More...

Macros | |
| #define | MFILE_CADDY_TYPE_FILE 0x01 |
| A standard UNIX file. | |
| #define | MFILE_CADDY_TYPE_MEM_BUFFER 0x80 |
| An array of bytes in memory abstracted through this library. | |
Types of files/data stores that mfile can abstract from.
This library is designed with the intention of including various archive and "weird hardware storage" formats.