shithub: rgbds

ref: 5947ca10dca7d2aedd1bec76463e2c3e679f7888
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