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