Loading...
Select Version
&pagelevel(4)&pagelevel
|
Description
The user can generate the message text for an XTI error number or the relevant t_errno error code with the t_strerror() function.
t_strerror() maps the XTI error number specified by the errnum parameter to the relevant message string and returns a pointer to this character string. The message string is not changed by the program but can be overwritten by subsequent t_strerror() calls. The message string is not terminated with a newline character.
Return value
The t_strerror() function returns a pointer to the generated character string.