ack/lang/basic/lib/hlt.c
1994-06-24 11:31:16 +00:00

13 lines
72 B
C

/* $Id$ */
_hlt(nr)
int nr;
{
exit(nr);
}
_goto_err()
{
error(3);
}