4 lines
80 B
C++
4 lines
80 B
C++
|
/* setjmp.h -- setjmp(), longjmp() environment */
|
||
|
|
||
|
typedef char jmp_buf[10];
|