]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - lib/libc/string/memcpy.c
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / lib / libc / string / memcpy.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define MEMCOPY
5 #include "bcopy.c"