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