|
@@ -8,8 +8,6 @@ |
|
|
|
|
|
|
|
|
#include "snprintf_compat.h" |
|
|
#include "snprintf_compat.h" |
|
|
|
|
|
|
|
|
#include <malloc.h> |
|
|
|
|
|
|
|
|
|
|
|
#if !defined(HAVE_VASPRINTF) |
|
|
#if !defined(HAVE_VASPRINTF) |
|
|
/* CAW: compliant version of vasprintf */ |
|
|
/* CAW: compliant version of vasprintf */ |
|
|
static int vasprintf(char **buf, const char *fmt, va_list ap) |
|
|
static int vasprintf(char **buf, const char *fmt, va_list ap) |
|
|