blob: e355a4e62c5f75dea07cffe7710ce9e678b22d09 (
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: pass2.h,v 1.2 1998/01/21 14:27:58 dick Exp $
*/
/* Determines for each position that is part of a run, at which
line number it starts and ends.
*/
extern void Pass2(void);
|