mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 22:49:34 +02:00
10 lines
338 B
C
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[]);
|