setjmp.h(3head) centos man page | unix.com

Man Page: setjmp.h

Operating Environment: centos

Section: 3head

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
_setjmp(3c) - opensolaris
longjmp(3) - ultrix
_longjmp(3c) - sunos
_setjmp(3c) - debian
_longjmp(3c) - debian
Similar Topics in the Unix Linux Community
problems with FORK() and WAITPID()
Installation error - '_UKJBLEN' undeclared here
Recursion
Sinal-processing alarm()-function
Interesting issue with pthread_mutex_lock and siglongjmp in AIX 5.3 (and no other OS)