Files
RomWBW/branches/wbw/Apps/crossdev/CPM86/SETJMP.H
2012-10-23 08:31:32 +00:00

5 lines
120 B
C

/* Copyright (C) 1983 by Manx Software Systems */
#define JBUFSIZE (6*sizeof(int))
typedef char jmp_buf[JBUFSIZE];