setjmp
include/setjmp.h View source View on GitHubType Aliases
Section titled “Type Aliases”jmp_buf[8]
Section titled “jmp_buf[8]”typedef uint64_t jmp_buf[8]; Functions
Section titled “Functions”setjmp
Section titled “setjmp”__naked int setjmp(jmp_buf env); longjmp
Section titled “longjmp”__naked void longjmp(jmp_buf env, int val);