#include <maglo.h> char * MAGmacType(MagImage *mag);
The MAGmacType() function returns the pointer to 4-byte human-readable machine type string, which proviedes rough information about the machine the MAG file to which mag is associated is created on.
The 4-byte data is NOT null terminated, unlike standard C strings.
MAGmacType() returns the pointer to a 4-byte data storage. The storage is unique for each mag, but not for MAGmacType() function call.
Examples of machine types are:
Note that the machine type also depends on the utility with which the MAG file is created.