Table of Contents

Name

MAGuserName - returns pointer to artist name field in MAG file

Synopsis


#include <maglo.h>
char * MAGuserName(MagImage *mag);

Description

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.

Return Values

MAGuserName() returns pointer to 18-byte data storage. The storage is unique for each mag, but not for MAGuserName() function call.

See Also

libmaglo(7)


Table of Contents