ReactOS 0.4.15-dev-7953-g1f49173
terminate.cpp
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS C++ Runtime Library
3 * LICENSE: CC0-1.0 (https://spdx.org/licenses/CC0-1.0)
4 * PURPOSE: __std_terminate implementation
5 * COPYRIGHT: Timo Kreuzer (timo.kreuzer@reactos.org)
6 */
7
8#include <exception>
9
10extern "C"
12{
13 terminate();
14}
void MSVCRT() terminate()
void __std_terminate()
Definition: terminate.cpp:11