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
/
src
/
setjmp
/
sigjmp_buf.c
blob: 09829e8805e28983f5e9b7f7917184eb9219dc32 (
plain
)
1
2
3
4
5
6
7
#include <setjmp.h> typedef jmp_buf sigjmp_buf; /* POSIX(1) */