rockbox/firmware/common
Björn Stenberg 4d55c2f4b7 Partition debug screen added, and jumped to when no fat32 partition is found at boot.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2558 a1c6a512-1295-4272-9138-f99709370657
2002-10-10 12:01:58 +00:00
..
atoi.c Magnus Holmgren's improved atoi() 2002-09-30 08:50:00 +00:00
atoi.h
ctype.c The ctype array was too short. Found by Magnus Holmgren, thanks. 2002-07-25 11:12:12 +00:00
dir.c Now doesn't truncate the lenght when comparing path components 2002-08-15 11:26:12 +00:00
dir.h debreakage 2002-08-02 12:32:26 +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
disk.h 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
errno.h
file.c Make close() check for a valid fd and set errno accordingly. 2002-08-24 09:47:54 +00:00
file.h undef MAX_PATH before defining it makes it play the simulator game better 2002-09-13 06:27:16 +00:00
lists.c
lists.h
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.c Moved to internal RAM 2002-08-01 13:08:09 +00:00
memset.c Moved to internal RAM 2002-08-01 13:08:09 +00:00
qsort.c
random.c Use most significant bits instead (gives better random) 2002-07-18 11:24:54 +00:00
sprintf.c bad bad bad snprintf() overflow the buffer if the string passed in with a 2002-08-23 08:29:44 +00:00
sprintf.h
strcasecmp.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c
strncmp.c
strncpy.c
strrchr.c
strtok.c
track.h