reactos/lib/sdk/crt/misc/purecall.c
Timo Kreuzer 5eb25b5c24 Create a branch for audio work
svn path=/branches/audio-bringup/; revision=49478
2010-11-05 11:04:48 +00:00

11 lines
110 B
C

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