summaryrefslogtreecommitdiff
path: root/firmware/common/memmove.c
AgeCommit message (Collapse)Author
2010-02-22Remove tabs in firmware path (taking into account the original spacing).Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24864 a1c6a512-1295-4272-9138-f99709370657
2008-04-28Added #include <string.h> to memmove.c, memcpy.c and strcat.cBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17285 a1c6a512-1295-4272-9138-f99709370657
2006-02-06Added memmove() to the rockbox core. C implementation taken from newlib. ↵Jens Arnold
Fully optimised ASM implementations for SH1 and coldfire, reusing the AMS memcpy code path for forward copying. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8601 a1c6a512-1295-4272-9138-f99709370657