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)NAMEsetjmp.h, setjmp - stack environment declarationsSYNOPSIS#include <setjmp.h>DESCRIPTIONThe <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.ATTRIBUTESSee 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)