1 /*
2 ** halt.h
3 **
4 */
5 
6 void		halt(char *format,...);
7