change over to new error message format
[unix-history] / usr / src / usr.bin / pascal / libpc / HALT.c
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)HALT.c 1.3 %G%";
#include "h00vars.h"
HALT()
{
PFLUSH();
fputs("Call to procedure halt\n", stderr);
PCEXIT(0);
}