- _setjmp
int _setjmp(jmp_buf , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- longjmp
void longjmp(jmp_buf , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.