opensolaris man page for setjmp

Query: setjmp

OS: opensolaris

Section: 3head

Links: opensolaris man pages   all man pages   forum categories

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.11 10 Sep 2004 setjmp.h(3HEAD)