diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-07-26 00:29:40 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-07-26 00:29:40 +0200 |
| commit | 9baeae718716c41bc9a347810b33071a3718dd3e (patch) | |
| tree | 025c3a909b9f481b5bd30f14658fa8637523214b /printf.h | |
| parent | e607299f35596e891759ab9256c953cc03d804ca (diff) | |
Diffstat (limited to 'printf.h')
| -rw-r--r-- | printf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ int vprintf_(const char* format, va_list va); * \return The number of characters that are sent to the output function, not counting the terminating null character
*/
int fctprintf(void (*out)(char character, void* arg), void* arg, const char* format, ...);
+int fctvprintf(void (*out)(char character, void* arg), void* arg, const char* format, va_list va);
#ifdef __cplusplus
|
