ref: dfb99618f5ff518c5b93e1b5212b36b8b99e7f74
dir: /include/extern/reallocarray.h/
#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