Loading...
string/FreeBSD/memmove.c /dev/null Libc-320.1.3
--- /dev/null
+++ Libc/Libc-320.1.3/string/FreeBSD/memmove.c
@@ -0,0 +1,5 @@
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD: src/lib/libc/string/memmove.c,v 1.2 2002/03/22 21:53:19 obrien Exp $");
+
+#define	MEMMOVE
+#include "bcopy.c"