setjmp.h (172B)
1 #ifndef _SETJMP_H 2 #define _SETJMP_H 3 4 #include <arch/setjmp.h> 5 6 #define setjmp(x) setjmp(x) 7 8 int setjmp(jmp_buf); 9 void longjmp(jmp_buf, int); 10 11 #define setjmp setjmp 12 13 #endif
sccsimple c99 compiler | |
| git clone git://git.simple-cc.org/scc | |
| Log | Files | Refs | Submodules | README | LICENSE |