|
MeatAxe
2.4
|
MeatAxe data file object. More...
#include <meataxe.h>
Data Fields | |
| unsigned long | Magic |
| Used internally. | |
| int | Field |
| Field order or type id. | |
| int | Nor |
| Number of rows. | |
| int | Noc |
| Number of columns. | |
| FILE * | File |
| File to read frmo/write to. | |
| char * | Name |
| File name. | |
MeatAxe data file object.
A MeatAxe binary file.
The MtxFile_t structure represents a MeatAxe data file.
This structure serves as a handle for MeatAxe binary files with header and data part.