add reallocarray.c

This commit is contained in:
Christian Neukirchen
2015-03-29 18:12:47 +02:00
parent bc21e4aa37
commit ffbfc32999
3 changed files with 41 additions and 1 deletions

View File

@@ -28,6 +28,8 @@
/* prototypes for portable-included functions */
char *fgetln(FILE *, size_t *);
long long strtonum(const char *, long long, long long, const char **);
void *reallocarray(void *, size_t, size_t);
#ifdef strlcat
#define HAVE_STRLCAT