11657Smckusick /* Copyright (c) 1979 Regents of the University of California */ 21657Smckusick 3*3867Smckusic static char sccsid[] = "@(#)HALT.c 1.2 06/10/81"; 41657Smckusick 51657Smckusick 61657Smckusick HALT() 71657Smckusick { 8*3867Smckusic ERROR("Call to procedure halt\n", 0); 9*3867Smckusic PCEXIT(0); 101657Smckusick } 11