Files
rgbds/include/extern/reallocarray.h
2015-02-14 00:14:39 -07:00

11 lines
166 B
C

#ifndef EXTERN_REALLOCARRAY_H
#define EXTERN_REALLOCARRAY_H
#include <stdlib.h>
#ifndef REALLOCARRAY_IN_LIBC
#define reallocarray rgbds_reallocarray
#endif
#endif