Zth (libzth)
Loading...
Searching...
No Matches
zth_logv.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
16#ifndef ZTH_OS_WINDOWS
17__attribute__((weak))
18#endif
19void zth_logv(char const* fmt, va_list arg)
20{
22
23 (void)vprintf(fmt, arg);
24}
void zth_logv(char const *fmt, va_list arg)
Prints the given printf()-like formatted string to stdout.
Definition zth_logv.cpp:19
#define ZTH_INDIRECT_PROLOGUEV(func,...)