#define va_copy(dest, src)
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
#define ENOMEM
Not enough space.
int vasprintf(char **strp, const char *fmt, va_list args)
Write a formatted string to newly allocated memory.
int asprintf(char **strp, const char *fmt,...)
Write a formatted string to newly allocated memory.
void * malloc(size_t size)
Allocate memory.
__builtin_va_list va_list
int ssize_t const char * fmt
#define va_start(ap, last)
#define NULL
NULL pointer (VOID *)
int vsnprintf(char *buf, size_t size, const char *fmt, va_list args)
Write a formatted string to a buffer.