ack/util/topgen/misc.h

16 lines
490 B
C
Raw Normal View History

1994-06-24 11:31:16 +00:00
/* $Id$ */
1987-03-09 19:15:41 +00:00
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
1986-11-24 20:42:13 +00:00
/* m i s c . h
*
* Some external declarations
*/
extern int countid; /* # of variables */
extern int countpat; /* # of patterns */
extern int lineno; /* line number */
extern FILE *genc, *genh; /* Output files */
extern char *inpfile; /* input file name */
extern char *linedir; /* line directive format */