#include <maglo.h> unsigned char MAGmacFlags(MagImage *mag);
The MAGmacFlags() function returns machine-dependent flags of the MAG file that mag is associated to. This flag is not widely used, and usually can be ignored when decoding.
The usage of this flag is not documented on the MAG file format specification. Refer to the documents of the targeting MAG encoder for additional information.
The MAG spec say the contents of this flag are determined by the return value of MAGmacCode().