_setjmp - set jump point for a non-local goto
#include <setjmp.h> int _setjmp(jmp_buf env);
Refer to _longjmp().