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