mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 03:47:59 +02:00
7 lines
206 B
C
7 lines
206 B
C
/* 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);
|