ack/util/topgen/misc.h
1986-11-24 20:42:13 +00:00

11 lines
315 B
C

/* 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 */