shithub: rgbds

ref: 3c43cc14d9c043ac84c8bb68099c98f4d7bf87f4
dir: /include/extern/reallocarray.h/

View raw version
#ifndef EXTERN_REALLOCARRAY_H
#define EXTERN_REALLOCARRAY_H

#ifdef REALLOCARRAY_IN_LIBC
#include <stdlib.h>
#else

#define reallocarray rgbds_reallocarray

void *reallocarray(void *, size_t, size_t);

#endif

#endif