jmp_buf type — Jump buffer
typedef . . . jmp_buf;
The jmp_buf type is an opaque array type that stores information for the setjmp and longjmp functions.
jmp_buf
setjmp
longjmp