SETJMP - definitions for non-local GOTOs.

Usage:

#include <setjmp.h>

Description:

This file contains a definition of the "jmp_buf" typedef, needed when you use "setjmp" or "longjmp". It also includes the prototype declarations

void longjmp(jmp_buf env,int value);
int setjmp(jmp_buf env);

See Also:

expl c lib setjmp

expl c lib longjmp

Copyright © 1996, Thinkage Ltd.