Convert an object type to its string representation.
The result is a pointer to a string in static memory and should not be free()'ed.
@param type object type to convert. @return the corresponding string representation.
See Implementation
Convert an object type to its string representation.
The result is a pointer to a string in static memory and should not be free()'ed.
@param type object type to convert. @return the corresponding string representation.