mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-22 06:57:36 +08:00
7 lines
127 B
ArmAsm
7 lines
127 B
ArmAsm
|
/* $NetBSD: memcpy.S,v 1.1 2005/12/20 19:28:51 christos Exp $ */
|
||
|
|
||
|
#define MEMCOPY
|
||
|
#define WIDE
|
||
|
#define POST
|
||
|
#include "bcopy.S"
|