]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libc/i386/string/memcpy.S
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libc / i386 / string / memcpy.S
1 #include <machine/asm.h>
2 __FBSDID("$FreeBSD$");
3
4 #define MEMCOPY
5 #include "bcopy.S"