]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/string/memcpy.c
MFC r320990, r321011:
[FreeBSD/stable/10.git] / lib / libc / string / memcpy.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define MEMCOPY
5 #include "bcopy.c"