sunos man page for setjmp

Query: setjmp

OS: sunos

Section: 3head

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

setjmp.h(3HEAD) 						      Headers							   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 |Standard | +-----------------------------+-----------------------------+
SEE ALSO
_longjmp(3C), setjmp(3C), attributes(5), standards(5) SunOS 5.10 10 Sep 2004 setjmp.h(3HEAD)
Related Man Pages
libunwind-setjmp(3) - debian
_longjmp(3) - osf1
_longjmp(3c) - sunos
_longjmp(3c) - debian
setjmp.h(3head) - centos
Similar Topics in the Unix Linux Community
signal() and sigsetjmp()