Zth (libzth)
Loading...
Searching...
No Matches
zth_preinit.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
19
#ifndef ZTH_OS_WINDOWS
20
__attribute__((weak))
21
#endif
22
void
zth_preinit
()
23
{
24
ZTH_INDIRECT_PROLOGUEV
(
zth_preinit
)
25
}
indirection.h
ZTH_INDIRECT_PROLOGUEV
#define ZTH_INDIRECT_PROLOGUEV(func,...)
Definition
indirection.h:135
init.h
zth_preinit
void zth_preinit()
Initialization function to be called by the default-supplied main(), before doing anything else.
Definition
zth_preinit.cpp:22
src
zth_preinit.cpp
Generated by
1.9.8