ReactOS 0.4.16-dev-424-ge4748fe
terminate.cpp File Reference
#include <exception>
Include dependency graph for terminate.cpp:

Go to the source code of this file.

Functions

void __std_terminate ()
 

Function Documentation

◆ __std_terminate()

void __std_terminate ( )

Definition at line 11 of file terminate.cpp.

12{
13 terminate();
14}
void MSVCRT() terminate()
Definition: cpp.c:716