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
9
#include <
libzth/indirection.h
>
10
16
#ifndef ZTH_OS_WINDOWS
17
__attribute__((weak))
18
#endif
19
void
zth_logv
(
char
const
* fmt, va_list arg)
20
{
21
ZTH_INDIRECT_PROLOGUEV
(
zth_logv
, fmt, arg)
22
23
(void)vprintf(fmt, arg);
24
}
zth_logv
void zth_logv(char const *fmt, va_list arg)
Prints the given printf()-like formatted string to stdout.
Definition
zth_logv.cpp:19
indirection.h
ZTH_INDIRECT_PROLOGUEV
#define ZTH_INDIRECT_PROLOGUEV(func,...)
Definition
indirection.h:135
util.h
src
zth_logv.cpp
Generated by
1.9.8