]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/i386/string/memcpy.S
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / lib / libc / i386 / string / memcpy.S
1 #include <machine/asm.h>
2 __FBSDID("$FreeBSD$");
3
4 #define MEMCOPY
5 #include "bcopy.S"