mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
10 lines
110 B
C
10 lines
110 B
C
|
|
#include <internal/rterror.h>
|
|
|
|
/*
|
|
* @implemented
|
|
*/
|
|
void _purecall(void)
|
|
{
|
|
_amsg_exit(_RT_PUREVIRT);
|
|
}
|