|
|
1.1 root 1: #ifndef __SETJMP
2: #define __SETJMP
3:
4: typedef int jmp_buf[28];
5: int setjmp(jmp_buf);
6: void longjmp(jmp_buf, int);
7:
8: #endif /* __SETJMP */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.