Get the name of a data type
char *SLclass_get_datatype_name (unsigned char type)
The SLclass_get_datatype_name
function returns the name of the
data type specified by type
. For example, if type
is
SLANG_INT_TYPE
, the string "Integer_Type"
will be
returned.
This function returns a pointer that should not be modified or freed.
SLclass_allocate_class, SLclass_register_class