/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 
)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 7 Jan 2019 for GRU - Generic Reusable Utilities by  doxygen 1.6.1