#ifndef MY_MEMMOVE_H #define MY_MEMMOVE_H #include void *my_memmove(void *dest, const void *src, size_t n); #endif /* ! MY_MEMMOVE_H */