genericopenlibs/openenvcore/libc/src/string/memcpy.c
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 02:01:42 +0200
changeset 0 e4d67989cc36
child 18 47c74d1534e1
permissions -rw-r--r--
Revision: 201002 Kit: 201005

/* © 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"