Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

t_strerror() - output error message

&pagelevel(4)&pagelevel


#include <xti.h>

char *t_strerror(int errnum);

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.

See also

t_error()