memcpy and memmove have been split

git-svn-id: svn://svn.cc65.org/cc65/trunk@2386 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-08-20 12:04:31 +00:00
parent a3109620ab
commit 6c65ea7d4a
3 changed files with 13 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
;
; void* __fastcall__ memmove (void* dest, const void* src, size_t n);
;
; Maciej 'YTM/Elysium' Witkowiak, 15.07.2001
;
.export _memmove
.import _MoveData
_memmove = _MoveData