reactos/lib/sdk/crt/misc/purecall.c
2011-05-24 18:40:34 +00:00

10 lines
110 B
C

#include <internal/rterror.h>
/*
* @implemented
*/
void _purecall(void)
{
_amsg_exit(_RT_PUREVIRT);
}