reactos/reactos/lib/crtdll/except/abnorter.c
Boudewijn Dekker e8cbdde2a7 moved some header files from top level to crtdll directory
svn path=/trunk/; revision=365
1999-04-02 21:44:11 +00:00

6 lines
No EOL
88 B
C

#include <windows.h>
int _abnormal_termination(void)
{
return AbnormalTermination();
}