Zth (libzth)
|
Go to the source code of this file.
Functions | |
void | zth_init () |
Perform one-time global initialization of the Zth library. More... | |
Variables | |
struct zth_init_entry const * | zth_init_head = nullptr |
struct zth_init_entry * | zth_init_tail = nullptr |
void zth_init | ( | ) |
Perform one-time global initialization of the Zth library.
Initialization is only done once. It is safe to call it multiple times.
The initialization sequence is initialized by ZTH_INIT_CALL() and processed in the same order as normal static initializers are executed.
struct zth_init_entry const* zth_init_head = nullptr |
struct zth_init_entry* zth_init_tail = nullptr |