]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - lib/libc/i386/string/memmove.S
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / lib / libc / i386 / string / memmove.S
1 #include <machine/asm.h>
2 __FBSDID("$FreeBSD$");
3
4 #define MEMMOVE
5 #include "bcopy.S"