URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [newlib/] [newlib/] [newlib/] [libc/] [sys/] [sysvi386/] [sys/] [setjmp.h] - Rev 1771
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