Crate setjmp

Source
Expand description

Expose C standard library functions in <setjmp.h> to rust.

WARNING: this crate is experimental and even careful use is likely undefined behavior.

See setjmp(3) and RFC #2625.

Functions§

longjmp
setjmp
siglongjmp
sigsetjmp

Type Aliases§

jmp_buf
sigjmp_buf