Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: July 2017
 
 

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(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
Standard

See Also

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