/sys$common/syshlp/helplib.hlb CC, Run-time functions, setjmp *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Provides a way to transfer control from a nested series of function invocations back to a predefined point without returning normally; that is, by not using a series of return statements. The setjmp function saves the context of the environment buffer. Syntax: #include <setjmp.h> int setjmp(jmp_buf env);
|