devctl.h: update for POSIX-1.2024
[newlib-cygwin.git] / newlib / libc / machine / xstormy16 / callocr.c
blob3e5053c6765040c0719bc44315625cae25c4ac65
1 #include <malloc.h>
3 void *
4 _calloc_r (struct _reent *r, size_t a, size_t b)
6 return calloc (a, b);