rockbox/firmware/common
Jörg Hohensohn b61cf76aba patch #917153: faster memset()/memcpy()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4406 a1c6a512-1295-4272-9138-f99709370657
2004-03-18 22:06:36 +00:00
..
atoi.c
ctype.c
dir.c Empty file/dir names are now rejected by open() and mkdir() 2004-02-11 14:37:16 +00:00
disk.c
errno.c
file.c You can't open() a directory as a file (at least not for writing) 2004-03-10 19:47:59 +00:00
memcmp.c
memcpy.S patch #917153: faster memset()/memcpy() 2004-03-18 22:06:36 +00:00
memset.S patch #917153: faster memset()/memcpy() 2004-03-18 22:06:36 +00:00
qsort.c
random.c
sprintf.c Fixed bad %x handling 2003-05-24 00:19:27 +00:00
strcasecmp.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c
strncmp.c
strncpy.c
strrchr.c
strtok.c
timefuncs.c