next up previous contents index
Next: 9.4.13 signal.h: signal handling Up: 9.4 Header Files Previous: 9.4.11 netdb.h: definitions for

9.4.12 setjmp.h: nonlocal jumps

   

DESCRIPTION

This header provides definitions for the minimal setjmp/longjmp facility provided in the minimal C library. This facility differs from standard ones in two ways:

In summary, this header file defines the following symbols:

jmp_buf
An array type describing a buffer for setjmp to save state in.
setjmp
Function to record the current stack and register state.
longjmp
Function to return to a previously saved state.



University of Utah Flux Research Group