1setjmp.h(3HEAD) Headers setjmp.h(3HEAD)
2
3
4
6 setjmp.h, setjmp - stack environment declarations
7
9 #include <setjmp.h>
10
11
13 The <setjmp.h> header defines the array types jmp_buf and sigjmp_buf.
14 Applications must define the appropriate feature test macro to enable
15 the visibility of the symbols in this header.
16
18 See attributes(5) for descriptions of the following attributes:
19
20
21
22
23 ┌─────────────────────────────┬─────────────────────────────┐
24 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
25 ├─────────────────────────────┼─────────────────────────────┤
26 │Interface Stability │Standard │
27 └─────────────────────────────┴─────────────────────────────┘
28
30 _longjmp(3C), setjmp(3C), attributes(5), standards(5)
31
32
33
34SunOS 5.11 10 Sep 2004 setjmp.h(3HEAD)