GRU - Generic Reusable Utilities
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
asprintf.h File Reference
#include <stdarg.h>

Go to the source code of this file.

Macros

#define insane_free(ptr)
 

Functions

int vasprintf (char **strp, const char *fmt, va_list ap)
 
int asprintf (char **strp, const char *fmt,...)
 

Macro Definition 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 
)