- errnum
- Error number to get a message for.
A string describing errnum.
The strerror() function accepts an error number argument errnum and returns a pointer to the corresponding message string.
If the error number is not recognized, these functions return an error message string containing "Unknown error: " followed by the error number in decimal.