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
9
#include <
libzth/indirection.h
>
10
21
#ifndef ZTH_OS_WINDOWS
22
__attribute__((weak))
23
#endif
24
int
zth_postdeinit
()
25
{
26
ZTH_INDIRECT_PROLOGUE
(
zth_postdeinit
)
27
28
return
0;
29
}
indirection.h
ZTH_INDIRECT_PROLOGUE
#define ZTH_INDIRECT_PROLOGUE(func,...)
Definition
indirection.h:131
init.h
zth_postdeinit
int zth_postdeinit()
Initialization function to be called by the default-supplied main(), just before shutting down.
Definition
zth_postdeinit.cpp:24
src
zth_postdeinit.cpp
Generated by
1.9.8