Pristine Ack-5.5
[Ack-5.5.git] / util / topgen / misc.h
1 /* $Id: misc.h,v 1.4 1994/06/24 10:42:13 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 /* m i s c . h
7  *
8  * Some external declarations
9  */
10 extern int countid;             /* # of variables */
11 extern int countpat;            /* # of patterns */
12 extern int lineno;              /* line number */
13 extern FILE *genc, *genh;       /* Output files */
14 extern char *inpfile;           /* input file name */
15 extern char *linedir;           /* line directive format */