URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [sysvi386/] [sys/] [setjmp.h] - Rev 829
Compare with Previous | Blame | View Log
#ifndef _JBLEN # define _JBLEN 36 typedef char jmp_buf[_JBLEN]; #endif /* _JBLEN */