BSD 4 release
[unix-history] / usr / src / lib / libpc / HALT.c
CommitLineData
9360e1ec
KM
1/* Copyright (c) 1979 Regents of the University of California */
2
31cef89c 3static char sccsid[] = "@(#)HALT.c 1.1 10/29/80";
9360e1ec
KM
4
5#include "h01errs.h"
6
7HALT()
8{
9 ERROR(EHALT, 0);
10}