TE_sperror
Example: TE_sperror | Error Code Functions |
Translates an error code into the corresponding string.
char *TE_sperror( );
TE_sperror translates the current value of TE_errno
into the corresponding error string. TE_errno
is a value of the RTE Error Codes.
Return Values
This function returns a pointer to a string.
Parameterization
You cannot use standard parameterization for any arguments in this function.