#ifndef MY_CALLOC_H #define MY_CALLOC_H #include void *my_calloc(size_t n, size_t size); #endif /* ! MY_CALLOC_H */