ReactOS 0.4.16-dev-570-g1868985
|
#include <precomp.h>
Go to the source code of this file.
Typedefs | |
typedef void(__cdecl * | MSVCRT_purecall_handler) (void) |
Functions | |
MSVCRT_purecall_handler CDECL | _set_purecall_handler (MSVCRT_purecall_handler function) |
void CDECL | _purecall (void) |
Variables | |
static MSVCRT_purecall_handler | purecall_handler = NULL |
Definition at line 4 of file purecall.c.
Definition at line 21 of file purecall.c.
MSVCRT_purecall_handler CDECL _set_purecall_handler | ( | MSVCRT_purecall_handler | function | ) |
Definition at line 9 of file purecall.c.
|
static |
Definition at line 6 of file purecall.c.
Referenced by _purecall(), and _set_purecall_handler().