get_struc_name

get structure type name
     structure type ID
returns: -1 if bad structure type ID is passed
         otherwise returns structure type name.

string get_struc_name(long id);

Last updated