sub_strerror

Top  Previous  Next
Got to SUB-20 page

Synopsis

char* sub_strerror( int errnum )

 

Return string describing error number. This function is similar to strerror().

Parameters

errnum - error number

Return Value

Function returns pointer to string with error description. If error number is unknown function will return pointer to string "Unrecognized error <error_number>".