-

Changes

Jump to: navigation, search

Functions HI-TECH C SETJMP

270 bytes added, 23:28, 31 July 2017
Created page with "<strong>SETJMP</strong> ==SYNOPSIS== #include <setjmp.h> int setjmp(jmp_buf buf) ==DESCRIPTION== <strong>Setjmp</strong>() is used with <strong>longjmp</strong>() for n..."
<strong>SETJMP</strong>
==SYNOPSIS==

#include <setjmp.h>
int setjmp(jmp_buf buf)


==DESCRIPTION==
<strong>Setjmp</strong>() is used with <strong>longjmp</strong>() for non-local gotos.
See <strong>longjmp</strong>() for further information.

==SEE ALSO==

longjmp

Navigation menu