genericopenlibs/openenvcore/libc/src/string/memcpy.c
changeset 0 e4d67989cc36
child 18 47c74d1534e1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/src/string/memcpy.c	Tue Feb 02 02:01:42 2010 +0200
@@ -0,0 +1,10 @@
+/* © Portions copyright (c) 2005-2006  Nokia Corporation.  All rights reserved.
+ */
+#include <sys/cdefs.h>
+#ifndef __SYMBIAN32__
+__FBSDID("$FreeBSD: src/lib/libc/string/memcpy.c,v 1.2 2002/03/22 21:53:19 obrien Exp $");
+#endif
+
+#define __TOOLS__
+#define	MEMCOPY
+#include "bcopy.c"