pass2.h 295 B

123456789
  1. /* This file is part of the software similarity tester SIM.
  2. Written by Dick Grune, Vrije Universiteit, Amsterdam.
  3. $Id: pass2.h,v 1.2 1998/01/21 14:27:58 dick Exp $
  4. */
  5. /* Determines for each position that is part of a run, at which
  6. line number it starts and ends.
  7. */
  8. extern void Pass2(void);