summaryrefslogtreecommitdiffstats
path: root/pw/reallocarray.h
blob: eacd3cc289c2714002fd70984b4b8be86e0edc07 (plain) (blame)
1
2
3
4
5
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>

void *reallocarray(void *optr, size_t nmemb, size_t size);