ack/lang/basic/lib/hlt.c

8 lines
48 B
C

/* $Header$ */
_hlt(nr)
int nr;
{
exit(nr);
}