![]() |
![]() |
![]() |
![]() |
OMret_obj_name
Synopsis
char *OMret_obj_name(OMobj_id object_id );
Description
OMret_obj_name returns an object's name as a character string.Arguments
object_idReturned value
A character string containing the object's name.On failure, OMret_obj_name returns the string "<invalid>" or "<null"> if given OMnull_obj as an argument.Examples
/* Print val1_id's object name. */
OMobj_id val1_id;
...
printf("%s\n", OMret_obj_name(val1_id));See Also
![]() |
![]() |
![]() |
![]() |