ensure malloc() and friends are in the namespace

This commit is contained in:
Damien Miller
2012-03-05 14:44:32 +11:00
parent 2d05fae6fe
commit f07479d57c

View File

@@ -18,6 +18,8 @@
#define _LEAKMALLOC_H
#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
char *leak_strdup(const char *s);
void *leak_malloc(size_t len);