Zth (libzth)
Loading...
Searching...
No Matches
zth_postdeinit.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/init.h>
8
10
21#ifndef ZTH_OS_WINDOWS
22__attribute__((weak))
23#endif
25{
27
28 return 0;
29}
#define ZTH_INDIRECT_PROLOGUE(func,...)
int zth_postdeinit()
Initialization function to be called by the default-supplied main(), just before shutting down.