#include <stdarg.h>#include <stdio.h>#include <str.h>#include <io/printf_core.h>#include <errno.h>Go to the source code of this file.
Data Structures | |
| struct | vsnprintf_data_t |
Functions | |
| int | vsnprintf (char *str, size_t size, const char *fmt, va_list ap) |
| static int | vsnprintf_str_write (const char *str, size_t size, vsnprintf_data_t *data) |
| Write string to given buffer. | |
| static int | vsnprintf_wstr_write (const wchar_t *str, size_t size, vsnprintf_data_t *data) |
| Write wide string to given buffer. | |
Definition in file vsnprintf.c.
1.4.7