strerror(3, 3ast) | return error message string given error number |
strerror, strerror_l, strerror_r(3P, 3p) | get error message string |
strerror, strerror_l, strerror_r, strerrordesc_np, strerrorname_np(3) | return string describing error number |
STRERROR(3ast) | STRERROR(3ast) |
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)
x86_64 |