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

9 lines
35 B
C
Raw Normal View History

2000-02-18 03:39:52 +08:00
void
abort()
{
exit(1);
}