blob: 5c6c54c4655ec4b95c9838534026eea3f5de71bd (
plain)
1
2
3
4
5
6
|
/* This file is part of the software similarity tester SIM.
Written by Dick Grune, Vrije Universiteit, Amsterdam.
$Id: error.h,v 1.3 1998/02/03 14:28:23 dick Exp $
*/
extern void fatal(const char *msg);
|