setjmp(5) setjmp(5)
NAME
setjmp - stack environment declarations
SYNOPSIS
#include <setjmp.h>
DESCRIPTION
The <setjmp.h> header contains the type definitions for array types
jmpbuf and sigjmpbuf.
The following are declared as functions and may also be defined as
macros:
void longjmp(jmpbuf env, int val);
void siglongjmp(sigjmpbuf env, int val);
void longjmp(jmpbuf env, int val);
Each of the following may be declared as a function, or defined as a
macro, or both:
int setjmp(jmpbuf env);
int sigsetjmp(sigjmpbuf env, int savemask);
int setjmp(jmpbuf env);
SEE ALSO
setjmp(3C), setjmp(3C-ucb), siglongjmp(3C), sigsetjmp(3C).
Page 1 Reliant UNIX 5.44 Printed 11/98