blob: 6fac47e89f6a2614ae7bac81f397ba1263d24acd (
plain)
1
2
3
4
5
6
7
8
9
|
/* 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[]);
|