1#define USE_AS_MEMMOVE
2#define MEMCPY		memmove
3#define MEMCPY_CHK	__memmove_chk
4#include "memcpy.S"
5