#include <maglo.h> char * MAGuserName(MagImage *mag);
The MAGuserName() function returns pointer to artist name field in the MAG file to which mag is associated. The artist name field is exactly 18 bytes in length, and is NOT null terminated.
The artist name field may contain Shift-JIS encoded string, which is common on documents in that era.
MAGuserName() returns pointer to 18-byte data storage. The storage is unique for each mag, but not for MAGuserName() function call.