URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [lcc/] [include/] [mips/] [irix/] [setjmp.h] - Rev 193
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __SETJMP #define __SETJMP typedef int jmp_buf[28]; int setjmp(jmp_buf); void longjmp(jmp_buf, int); #endif /* __SETJMP */
Go to most recent revision | Compare with Previous | Blame | View Log