Welcome to mirror list, hosted at ThFree Co, Russian Federation.

setjmp.h « sys « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 425b0ae899067a4c0bcd5899eb41f33cc1ea2a43 (plain)
1
2
3
4
5
6
#ifndef _JBLEN
# define _JBLEN	36

typedef char jmp_buf[_JBLEN];

#endif	/* _JBLEN */