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 Magnus Holmgren's improved atoi() 2002-09-30 08:50:00 +00:00
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 Partition debug screen added, and jumped to when no fat32 partition is found at boot. 2002-10-10 12:01:58 +00:00
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 added memcmp function to make rockbox compilable with latest gcc versions without using libc 2002-09-16 21:01:06 +00:00
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 Remove use of rockbox-mode.el in local variables list. 2003-01-24 10:56:06 +00:00
timefuncs.c tm_mon starts at 0 2003-01-27 14:43:32 +00:00