libc_calloc.c 79 B

1234
  1. #define calloc __libc_calloc
  2. #define malloc __libc_malloc
  3. #include "calloc.c"