Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
Functions | |
int | vasprintf (char **string, const char *fmt, va_list arg_list) |
#define _GNU_SOURCE |
Definition at line 3 of file vasprintf.c.
int vasprintf | ( | char ** | string, |
const char * | fmt, | ||
va_list | arg_list | ||
) |
Definition at line 8 of file vasprintf.c.
References malloc(), va_copy, and va_end.
Referenced by asprintf().