Synopsis
OMtype_id OMstr_to_type (
const char * type_name );
Description
OMstr_to_type returns the type id corresponding to type_name .
Argument
type_name
The name of a primitive type, such as group, macro, or int, specified as a string.
Returned value
The type id corresponding to type_name ; NULL on an error.