/* https://git.datadissipation.net */
#ifndef ASPRINTF_H_
- #define ASPRINTF_H_
+ #define ASPRINTF_H_ 1
#ifdef ASPRINTF_INCLUDE_LIBC_
#include <stdarg.h>
int asprintf_(char **strp, const char *fmt, ...);
/*
* Credit for a big part of the macro madness:
- * Jens Gudstedt
+ * Jens Gustedt
* https://gustedt.wordpress.com/2010/06/08/detect-empty-macro-arguments/
*/
#define vasprintf(s, f, a) vasprintf_(s, f, a)