4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-19 15:32:10 +08:00
2000-02-17 19:39:52 +00:00

7 lines
86 B
C

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