Sign in
mojo
/
mojo-tools
/
d4531883e3de81f72341bcee35606ff4ff7fab7d
/
.
/
third_party
/
cython
/
src
/
Cython
/
Includes
/
libc
/
setjmp.pxd
blob: 74d1c59f2d4ef5a2b338f92ae4ad4393849297fd [
file
] [
log
] [
blame
]
cdef
extern
from
"setjmp.h"
nogil
:
ctypedef
struct
jmp_buf
:
pass
int
setjmp
(
jmp_buf state
)
void
longjmp
(
jmp_buf state
,
int
value
)