1 2 3 4 5 6 7 8
#include <stdarg.h> int asprintf(char **restrict strp, const char *restrict fmt,... ); int vasprintf(char **restrict strp, const char *restrict fmt, va_list ap);