]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/common/memmove.s
Adjusted C declarations to the changed static driver names.
[cc65] / libsrc / geos-common / common / memmove.s
1 ;
2 ; void* __fastcall__ memmove (void* dest, const void* src, size_t n);
3 ;
4 ; Maciej 'YTM/Elysium' Witkowiak, 15.07.2001
5 ;
6
7             .export _memmove
8             .import _MoveData
9
10 _memmove        = _MoveData