SharedMeatAxe
1.0
|
Data Structures | |
class | MtxFile_t |
MeatAxe data file object. More... | |
Functions | |
int | MfIsValid (const MtxFile_t *file) |
Check a File Object. More... | |
MtxFile_t * | MfOpen (const char *name) |
Open a File for Reading. | |
MtxFile_t * | MfCreate (const char *name, int field, int nor, int noc) |
Open a File for Writing. More... | |
int | MfClose (MtxFile_t *file) |
Close a File. | |
MtxFile_t* MfCreate | ( | const char * | name, |
int | field, | ||
int | nor, | ||
int | noc | ||
) |
Open a File for Writing.
This functions creates a new file or truncates an existing file. The file is opened for writing, and a MeatAxe file header is written to the file.