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