update for HEAD-2003021201
[reactos.git] / lib / msvcrt / misc / purecall.c
1
2 #include <msvcrt/internal/rterror.h>
3
4 void _purecall(void)
5 {
6     _amsg_exit(_RT_PUREVIRT);
7 }