diff options
Diffstat (limited to 'newlib/libc/stdlib/callocr.c')
-rw-r--r-- | newlib/libc/stdlib/callocr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/callocr.c b/newlib/libc/stdlib/callocr.c new file mode 100644 index 0000000..80fee60 --- /dev/null +++ b/newlib/libc/stdlib/callocr.c @@ -0,0 +1,2 @@ +#define DEFINE_CALLOC +#include "_mallocr.c" |