repo.or.cz
/
neatlibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
scanf: support reading hex numbers with %x
[neatlibc.git]
/
setjmp.h
blob
18ac9469ab6d7f8414b0c2f4f21cc2d6d38d80f8
1
typedef
long jmp_buf
[
8
];
2
3
int
setjmp
(
jmp_buf
env
);
4
void
longjmp
(
jmp_buf
env
,
int
val
);