home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_200
/
285_01
/
bison.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-07-09
|
431b
|
23 lines
/*
** file: bison.h
** purpose: Bison's Main header
** author: DrH 1/4/88 [bison]
*/
/*
** Definitions
*/
#define TRUE 1
#define FALSE 0
/*
** Prototypes
*/
extern void fatal(char *s);
/* extern void fatals(char *fmt,int x1,int x2,int x3,int x4,
int x5,int x6,int x7,int x8);
*/
extern void fatals(char *fmt, ... ) ;
extern void toomany(char *s);
extern void berror(char *s);