URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [sysvi386/] [sys/] [setjmp.h] - Rev 1773
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _JBLEN # define _JBLEN 36 typedef char jmp_buf[_JBLEN]; #endif /* _JBLEN */
Go to most recent revision | Compare with Previous | Blame | View Log