mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
5 lines
120 B
C
5 lines
120 B
C
/* Copyright (C) 1983 by Manx Software Systems */
|
|
#define JBUFSIZE (6*sizeof(int))
|
|
|
|
typedef char jmp_buf[JBUFSIZE];
|