Copyright (C) 2000-2012 |
Manpages STRERRORSection: Linux Programmer's Manual (3 )Updated: 1993-04-13 Index Return to Main Contents NAMEstrerror - return string describing error codeSYNOPSIS#include <string.h> char *strerror(int errnum); DESCRIPTIONThe strerror() function returns a string describing the error code passed in the argument errnum. The string can only be used until the next call to strerror().RETURN VALUEThe strerror() function returns the appropriate description string, or an unknown error message if the error code is unknown.CONFORMING TOSVID 3, POSIX, BSD 4.3, ISO 9899SEE ALSOerrno(3), perror(3), strsignal(3)
IndexThis document was created by man2html, using the manual pages. Time: 16:11:40 GMT, January 15, 2025 |