rockbox/firmware/common
2008-05-15 22:23:14 +00:00
..
atoi.c Forgot to #include stdlib.h for atoi implementation. 2008-04-28 18:40:17 +00:00
crc32-mi4.c Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. 2008-05-03 08:35:14 +00:00
crc32.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
ctype.c
dir_uncached.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
dircache.c Moved atoi declaration to stdlib.h. Deleted atoi.h 2008-04-28 16:18:04 +00:00
disk.c Check for a supported partition type before trying to mount a partition. This will reduce the risk of irregular mounts, e.g. due to stray FAT boot sectors when probing the logical sector size on iPod Video. 2008-05-15 22:23:14 +00:00
errno.c
ffs.c
file.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
memchr.c
memcmp.c
memcpy.c Added #include <string.h> to memmove.c, memcpy.c and strcat.c 2008-04-28 20:39:44 +00:00
memmove.c Added #include <string.h> to memmove.c, memcpy.c and strcat.c 2008-04-28 20:39:44 +00:00
memset.c
memset16.c
qsort.c
random.c
sprintf.c
sscanf.c
strcasecmp.c
strcasestr.c
strcat.c Added #include <string.h> to memmove.c, memcpy.c and strcat.c 2008-04-28 20:39:44 +00:00
strchr.c
strcmp.c
strcpy.c
strlen.c
strncmp.c
strncpy.c
strrchr.c
strstr.c
strtok.c
structec.c Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. 2008-05-03 08:35:14 +00:00
timefuncs.c Fixed FS#7849 2008-04-15 18:34:20 +00:00
unicode.c