STRERROR
Section: C Library Functions (3)
Index
Return to Main Contents
BSD mandoc
BSD 4
NAME
strerror
- get error message string
SYNOPSIS
Fd #include <string.h>
Ft char *
Fn strerror int errnum
DESCRIPTION
The
Fn strerror
function returns a pointer to the language-dependent error message
string affiliated with an error number.
The array pointed to is not to be modified by the program, but may be
overwritten by subsequent calls to
Fn strerror .
SEE ALSO
intro(2),
perror(3),
setlocale(3)
STANDARDS
The
Fn strerror
function conforms to
St -ansiC .
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- STANDARDS
-
This document was created by
man2html,
using the manual pages.
Time: 15:52:52 GMT, January 15, 2023