percentages.h 258 B

1234567
  1. /* This file is part of the software similarity tester SIM.
  2. Written by Dick Grune, Vrije Universiteit, Amsterdam.
  3. $Id: percentages.h,v 1.2 2004/08/05 09:49:48 dick Exp $
  4. */
  5. extern int add_to_percentages(struct run *r);
  6. extern void show_percentages(void);