rockbox/firmware/common
Linus Nielsen Feltzing e98bad5b38 Added the filesize() function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3473 a1c6a512-1295-4272-9138-f99709370657
2003-03-18 00:39:57 +00:00
..
atoi.c Magnus Holmgren's improved atoi() 2002-09-30 08:50:00 +00:00
ctype.c The ctype array was too short. Found by Magnus Holmgren, thanks. 2002-07-25 11:12:12 +00:00
dir.c Remove use of rockbox-mode.el in local variables list. 2003-01-24 10:56:06 +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 Added the filesize() function 2003-03-18 00:39:57 +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.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 kill warning 2003-03-16 22:35:30 +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