libc/newlib/libc/sys/sysvi386/sys/setjmp.h

7 lines
86 B
C

#ifndef _JBLEN
# define _JBLEN 36
typedef char jmp_buf[_JBLEN];
#endif /* _JBLEN */