sds_tblobjnameint sds_tblobjname (const char *tblname, const char *this-entity, sds_name entity-name);Determine the name of the object associated with that symbol. This function returns the entity name of a specified symbol table entry. The tblobjname function searches the symbol table tblname for entity-name. It returns entity-name of that symbol table entry. Valid tblnames are:
Default symbol names are:
This function returns an error code, depending on the success or failure of locating the entity name. NOTE This function is typically used to pass an entity name to the sds_entget and sds_entmod functions. Tell me about... |
|
|