pass1.h 338 B

123456789
  1. /* This file is part of the software similarity tester SIM.
  2. Written by Dick Grune, Vrije Universiteit, Amsterdam.
  3. $Id: pass1.h,v 1.3 2001/09/28 09:03:50 dick Exp $
  4. */
  5. /* Reads the input files; stores the tokens in TOKEN TokenArray[]
  6. and the input file descriptions in struct text text[].
  7. */
  8. extern void Pass1(int argc, char *argv[]);