SETJMP.H(3HEAD) Headers SETJMP.H(3HEAD)
setjmp.h, setjmp - stack environment declarations
#include <setjmp.h>
The <setjmp.h> header defines the array types jmp_buf and sigjmp_buf.
Applications must define the appropriate feature test macro to enable
the visibility of the symbols in this header.
See attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Standard |
+--------------------+-----------------+
_longjmp(3C), setjmp(3C), attributes(7), standards(7)
September 10, 2004 SETJMP.H(3HEAD)
NAME
setjmp.h, setjmp - stack environment declarations
SYNOPSIS
#include <setjmp.h>
DESCRIPTION
The <setjmp.h> header defines the array types jmp_buf and sigjmp_buf.
Applications must define the appropriate feature test macro to enable
the visibility of the symbols in this header.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Standard |
+--------------------+-----------------+
SEE ALSO
_longjmp(3C), setjmp(3C), attributes(7), standards(7)
September 10, 2004 SETJMP.H(3HEAD)