Import reallocarray() for later use.

This commit is contained in:
Anthony J. Bentley
2015-02-14 00:14:39 -07:00
parent 60c3a7e2f3
commit 1c47ffcce8
2 changed files with 48 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef EXTERN_REALLOCARRAY_H
#define EXTERN_REALLOCARRAY_H
#include <stdlib.h>
#ifndef REALLOCARRAY_IN_LIBC
#define reallocarray rgbds_reallocarray
#endif
#endif