Zth (libzth)
Loading...
Searching...
No Matches
zth_terminate.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019-2026 Jochem Rutgers
3 *
4 * SPDX-License-Identifier: MPL-2.0
5 */
6
7#include <libzth/util.h>
8
10
11#include <exception>
12
18#ifndef ZTH_OS_WINDOWS
19__attribute__((weak))
20#endif
21__attribute__((noreturn)) void zth_terminate()
22{
25 }
26
27 std::terminate();
28}
zth_indirection_t zth_indirection
zth_terminate_t * zth_terminate
Definition indirection.h:53
void zth_terminate()
Terminate immediately.