/builddir/build/BUILD/gru-0.2.0/src/common/windows/contrib/asprintf.h File Reference
#include <stdarg.h>
Go to the source code of this file.
Defines |
#define | insane_free(ptr) |
Functions |
int | vasprintf (char **strp, const char *fmt, va_list ap) |
int | asprintf (char **strp, const char *fmt,...) |
Define Documentation
#define insane_free |
( |
ptr |
|
) |
|
Value:{ \
free(ptr); \
(ptr) = 0; \
}
Function Documentation
int asprintf |
( |
char ** |
strp, |
|
|
const char * |
fmt, |
|
|
|
... | |
|
) |
| | |
int vasprintf |
( |
char ** |
strp, |
|
|
const char * |
fmt, |
|
|
va_list |
ap | |
|
) |
| | |