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