]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/libc/string/memcpy.c
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / libc / string / memcpy.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define MEMCOPY
5 #include "bcopy.c"