ack/lang/basic/lib/stop.c

11 lines
108 B
C

/* $Header$ */
_stop()
{
extern int _erlsym;
_setline();
printf("Break in %d\n", _erlsym);
exit(0);
}