misc.h 490 B

123456789101112131415
  1. /* $Id$ */
  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 */