index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nonstd
/
public
/
setjmp.h
blob: fb510bdc6ee64fa4007e9fcba1a03f15e4592764 (
plain
)
1
2
3
4
5
6
7
#include <setjmp.h> int __setjmp(jmp_buf env) { (void)env; return 0; }