Query: setjmp
OS: opensolaris
Section: 3head
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)
Related Man Pages |
---|
_setjmp(3c) - opensolaris |
libunwind-setjmp(3) - debian |
_longjmp(3) - osf1 |
_setjmp(3) - osf1 |
setjmp.h(0p) - posix |
Similar Topics in the Unix Linux Community |
---|
signal() and sigsetjmp() |