acadia-newlib/newlib/libc/sys/go32/abort.c

9 lines
35 B
C
Raw Normal View History

2000-02-17 11:39:52 -08:00
void
abort()
{
exit(1);
}