#include <string.h>
ptr_t __mempcpy(ptr_t restrict dest, const ptr_t restrict src, size_t n);
ptr_t __mempcpy
__mempcpy() is not in the source standard; it is only in the binary standard.