summaryrefslogtreecommitdiff
path: root/firmware/libc/memmove.c (unfollow)
Commit message (Expand)Author
2012-01-22Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-02-22Remove tabs in firmware path (taking into account the original spacing).Andree Buschmann
2008-04-28Added #include <string.h> to memmove.c, memcpy.c and strcat.cBertrik Sikken
2006-02-06Added memmove() to the rockbox core. C implementation taken from newlib. Full...Jens Arnold