Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

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
Committed
Standard

See Also

_longjmp(3C), setjmp(3C), attributes(7), standards(7)