Added binary and unicode file i/o support to msvcrt.
[reactos.git] / reactos / lib / msvcrt / misc / purecall.c
1
2 #include <msvcrt/internal/rterror.h>
3
4 void _purecall(void)
5 {
6 _amsg_exit(_RT_PUREVIRT);
7 }