We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c283d commit d592689Copy full SHA for d592689
1 file changed
src/rtpp_memdeb.h
@@ -47,6 +47,9 @@ void rtpp_memdeb_free(void *, const char *, int, const char *);
47
void *rtpp_memdeb_realloc(void *, size_t, const char *, int, const char *);
48
char *rtpp_memdeb_strdup(const char *, const char *, int, const char *);
49
int rtpp_memdeb_asprintf(char **, const char *, const char *, int, const char *, ...);
50
+
51
+#include <stdarg.h>
52
53
int rtpp_memdeb_vasprintf(char **, const char *, const char *, int, const char *, va_list);
54
55
#define RTPP_CHECK_LEAKS 1
0 commit comments