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