#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <str.h>
#include <io/printf_core.h>
Go to the source code of this file.
Functions | |
int | asprintf (char **strp, const char *fmt,...) |
Allocate and print to string. | |
static int | asprintf_str_write (const char *str, size_t count, void *unused) |
static int | asprintf_wstr_write (const wchar_t *str, size_t count, void *unused) |
Definition in file asprintf.c.