ref: de32e245c973d23815c27e9fe3bb2c6a5d01140d
dir: /include/extern/reallocarray.h/
#ifndef EXTERN_REALLOCARRAY_H #define EXTERN_REALLOCARRAY_H #ifdef REALLOCARRAY_IN_LIBC #include <stdlib.h> #else /* REALLOCARRAY_IN_LIBC */ #define reallocarray rgbds_reallocarray void *reallocarray(void *, size_t, size_t); #endif /* REALLOCARRAY_IN_LIBC */ #endif /* EXTERN_REALLOCARRAY_H */