The Quake III Arena sources as originally released under the GPL license on August 20, 2005.
This commit is contained in:
commit
dbe4ddb103
1409 changed files with 806066 additions and 0 deletions
10
lcc/include/mips/irix/setjmp.h
Normal file
10
lcc/include/mips/irix/setjmp.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef __SETJMP
|
||||
#define __SETJMP
|
||||
|
||||
|
||||
|
||||
typedef int jmp_buf[28];
|
||||
int setjmp(jmp_buf);
|
||||
void longjmp(jmp_buf, int);
|
||||
|
||||
#endif /* __SETJMP */
|
Loading…
Add table
Add a link
Reference in a new issue