#include <stdarg.h>#include <stdio.h>#include <unistd.h>#include <io/printf_core.h>#include <fibril_synch.h>#include <async.h>#include <str.h>Go to the source code of this file.
Functions | |
| int | vfprintf (FILE *stream, const char *fmt, va_list ap) |
| Print formatted text. | |
| int | vprintf (const char *fmt, va_list ap) |
| Print formatted text to stdout. | |
| static int | vprintf_str_write (const char *str, size_t size, void *stream) |
| static int | vprintf_wstr_write (const wchar_t *str, size_t size, void *stream) |
Definition in file vprintf.c.
1.4.7