]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/string/memcpy.c
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
[FreeBSD/FreeBSD.git] / lib / libc / string / memcpy.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define MEMCOPY
5 #include "bcopy.c"