compare.h 354 B

1234567891011
  1. /* This file is part of the software similarity tester SIM.
  2. Written by Dick Grune, Vrije Universiteit, Amsterdam.
  3. $Id: compare.h,v 1.2 1998/01/21 14:27:47 dick Exp $
  4. */
  5. /* Compares each new text to the appropriate texts.
  6. Stores the runs found in the AISO heap.
  7. Runs contain references to positions in the input files.
  8. */
  9. extern void Compare(void);