rockbox/firmware/common
Björn Stenberg 68640edf90 Added ftruncate().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2827 a1c6a512-1295-4272-9138-f99709370657
2002-11-11 14:40:18 +00:00
..
atoi.c Magnus Holmgren's improved atoi() 2002-09-30 08:50:00 +00:00
atoi.h Added id3 tracknum (Yusef Napora) 2002-06-26 21:11:29 +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 Snapshot of file writing code. Bugs remain. Only short names are supported yet. 2002-10-20 22:50:58 +00:00
dir.h Added remove() 2002-11-01 15:26: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
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 Added code from libc instead of requiring newlib 2002-05-30 21:03:17 +00:00
errno.h Added code from libc instead of requiring newlib 2002-05-30 21:03:17 +00:00
file.c Added ftruncate(). 2002-11-11 14:40:18 +00:00
file.h Added ftruncate(). 2002-11-11 14:40:18 +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 Killed a few warnings 2002-06-07 14:09:05 +00:00
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 added vsnprintf 2002-06-17 13:22:40 +00:00
strcasecmp.c case insensitive string comparisons 2002-06-18 08:19:38 +00:00
strcat.c strcat() 2002-06-19 08:29:02 +00:00
strchr.c Added code from libc instead of requiring newlib 2002-05-30 21:03:17 +00:00
strcmp.c Added code from libc instead of requiring newlib 2002-05-30 21:03:17 +00:00
strcpy.c Added code from libc instead of requiring newlib 2002-05-30 21:03:17 +00:00
strlen.c Added code from libc instead of requiring newlib 2002-05-30 21:03:17 +00:00
strncmp.c Added code from libc instead of requiring newlib 2002-05-30 21:03:17 +00:00
strncpy.c Added code from libc instead of requiring newlib 2002-05-30 21:03:17 +00:00
strrchr.c Added code from libc instead of requiring newlib 2002-05-30 21:03:17 +00:00
strtok.c
track.h