]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - lib/libc/i386/string/memmove.S
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / lib / libc / i386 / string / memmove.S
1 #include <machine/asm.h>
2 __FBSDID("$FreeBSD$");
3
4 #define MEMMOVE
5 #include "bcopy.S"