blob: fc77481751edfe63693722217a98d7454ff511ca (
plain)
1
2
3
4
5
6
7
|
/* This file is part of the software similarity tester SIM.
Written by Dick Grune, Vrije Universiteit, Amsterdam.
$Id: pass3.h,v 1.2 1998/01/21 14:28:01 dick Exp $
*/
/* Print the contents of runs */
extern void Pass3(void);
|