ack/lang/m2/libm2/halt.c

5 lines
22 B
C
Raw Normal View History

1987-05-13 14:36:45 +00:00
_halt()
{
exit(0);
}