genericopenlibs/openenvcore/libc/src/string/memcpy.c
author hgs
Tue, 20 Jul 2010 16:35:53 +0530
changeset 44 97b0fb8a2cc2
parent 18 47c74d1534e1
permissions -rw-r--r--
201025

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