Scroll to navigation

STRERROR(3) Library Functions Manual STRERROR(3)

NAME

strerror - return error message string given error number

SYNOPSIS

char* strerror(int err)

DESCRIPTION

strerror returns the error message string corresponding to the error message number err. Error nnn is returned if err is invalid.

SEE ALSO

error(3)