xref: /freebsd/lib/libc/string/memcpy.c (revision 3a92d97ff0f22d21608e1c19b83104c4937523b6)
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3 
4 #define	MEMCOPY
5 #include "bcopy.c"
6