Penguin
Annotated edit history of strerror(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 STRERROR
2 !!!STRERROR
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 strerror - return string describing error code
14 !!SYNOPSIS
15
16
17 __#include
18 __ ''errnum''__);
19 __
20 !!DESCRIPTION
21
22
23 The __strerror()__ function returns a string describing
24 the error code passed in the argument ''errnum''. The
25 string can only be used until the next call to
26 __strerror()__.
27 !!RETURN VALUE
28
29
30 The __strerror()__ function returns the appropriate
31 description string, or an unknown error message if the error
32 code is unknown.
33 !!CONFORMING TO
34
35
36 SVID 3, POSIX, BSD 4.3, ISO 9899
37 !!SEE ALSO
38
39
40 errno(3), perror(3),
41 strsignal(3)
42 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.