1errno.h(3HEAD) Headers errno.h(3HEAD)
2
3
4
6 errno.h, errno - system error numbers
7
9 #include <errno.h>
10
11
13 The <errno.h> header provides a declaration for errno and gives posi‐
14 tive values for the symbolic constants listed on the Intro(2) manual
15 page.
16
18 Values for errno are required to be distinct positive values rather
19 than non-zero values.
20
22 See attributes(5) for descriptions of the following attributes:
23
24
25
26
27 ┌─────────────────────────────┬─────────────────────────────┐
28 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
29 ├─────────────────────────────┼─────────────────────────────┤
30 │Interface Stability │Standard │
31 └─────────────────────────────┴─────────────────────────────┘
32
34 Intro(2), attributes(5), standards(5)
35
36
37
38SunOS 5.11 10 Sep 2004 errno.h(3HEAD)