maug
Quick and dirty C mini-augmentation library.
Loading...
Searching...
No Matches
RetroFile Types

Types of files/data stores that mfile can abstract from. More...

Collaboration diagram for RetroFile Types:

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.
 

Detailed Description

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.