mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Import reallocarray() for later use.
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
#ifndef EXTERN_REALLOCARRAY_H
|
||||
#define EXTERN_REALLOCARRAY_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef REALLOCARRAY_IN_LIBC
|
||||
#define reallocarray rgbds_reallocarray
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user