d25eabea47f563d8d1dc5b93d55bc976cb64e1cf
[musl] / libc_calloc.c
1 #define calloc __libc_calloc
2 #define malloc __libc_malloc
3
4 #include "calloc.c"