-

Functions HI-TECH C SETJMP

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 23:28, 31 July 2017 by Kumokosi (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SETJMP

SYNOPSIS

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


DESCRIPTION

Setjmp() is used with longjmp() for non-local gotos. See longjmp() for further information.

SEE ALSO

longjmp