date and time created 80/10/31 14:45:07 by mckusick
[unix-history] / usr / src / usr.bin / pascal / libpc / HALT.c
CommitLineData
9360e1ec
KM
1/* Copyright (c) 1979 Regents of the University of California */
2
3static char sccsid[] = "@(#)HALT.c 1.1 %G%";
4
5#include "h01errs.h"
6
7HALT()
8{
9 ERROR(EHALT, 0);
10}