strerror - return error message string given error number
char* strerror(int err)
strerror returns the error message string corresponding to the error message number err. Error nnn is returned if err is invalid.
error(3) STRERROR(3)