]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/libc/string/memmove.c
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / lib / libc / string / memmove.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define MEMMOVE
5 #include "bcopy.c"