Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
strerror(3)
Edit
PageHistory
Diff
Info
LikePages
STRERROR !!!STRERROR NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME strerror - return string describing error code !!SYNOPSIS __#include __ ''errnum''__); __ !!DESCRIPTION The __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 VALUE The __strerror()__ function returns the appropriate description string, or an unknown error message if the error code is unknown. !!CONFORMING TO SVID 3, POSIX, BSD 4.3, ISO 9899 !!SEE ALSO errno(3), perror(3), strsignal(3) ----
9 pages link to
strerror(3)
:
fchown(2)
Man3s
errno(3)
perror(3)
strsignal(3)
fcntl(2)
flock(2)
fstat(2)
fork(2)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.