xref: /csrg-svn/usr.bin/pascal/libpc/HALT.c (revision 3867)
1 /* Copyright (c) 1979 Regents of the University of California */
2 
3 static char sccsid[] = "@(#)HALT.c 1.2 06/10/81";
4 
5 
6 HALT()
7 {
8 		ERROR("Call to procedure halt\n", 0);
9 		PCEXIT(0);
10 }
11