bced295de12ffe1fa563035b83371b840b5034d0
[reactos.git] / lib / msvcrt / except / abnorter.c
1 #include <windows.h>
2
3
4 #ifdef __GNUC__
5
6 int _abnormal_termination(void)
7 {
8         printf("Abnormal Termination\n");
9 //      return AbnormalTermination();
10 }
11
12 #else
13 #endif