fpc/utils/sim_pasc/pass1.h

10 lines
338 B
C

/* 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[]);