]> git.saurik.com Git - apple/libc.git/blob - string/FreeBSD/memcpy.c
ed03856e54b4ef32154757b27bf0cd3931c5e60d
[apple/libc.git] / string / FreeBSD / memcpy.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define MEMCOPY
5 #include "bcopy.c"