5 lines
123 B
C
5 lines
123 B
C
/* Copyright (C) 1983 by Manx Software Systems */
|
|
#define JBUFSIZE (6*sizeof(char *))
|
|
|
|
typedef char jmp_buf[JBUFSIZE];
|