]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/string/memmove.c
Update our copy of DTS from the ones from Linux 4.14
[FreeBSD/FreeBSD.git] / lib / libc / string / memmove.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define MEMMOVE
5 #include "bcopy.c"