#ifndef MY_MEMCPY_H #define MY_MEMCPY_H #include void *my_memcpy(void *dest, const void *source, size_t num); #endif /* ! MY_MEMCPY_H */