rockbox/firmware/common
Björn Stenberg b69338f9f8 Added code from libc instead of requiring newlib
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@835 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 21:03:17 +00:00
..
dir.c Now supports multiple concurrent opendir() 2002-05-27 09:13:24 +00:00
dir.h Now supports multiple concurrent opendir() 2002-05-27 09:13:24 +00:00
disk.c Partition table is no longer global 2002-05-30 19:41:35 +00:00
disk.h Partition table is no longer global 2002-05-30 19:41:35 +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 Bugfix: SEEK_END takes negative position 2002-05-27 12:38:41 +00:00
file.h Added open/close/read. read() only works on whole sectors right now. 2002-05-07 16:01:53 +00:00
lists.c Removed some warnings 2002-04-23 09:31:25 +00:00
lists.h corrected a prototype 2002-05-05 18:34:58 +00:00
memcpy.c Added code from libc instead of requiring newlib 2002-05-30 21:03:17 +00:00
memset.c Added code from libc instead of requiring newlib 2002-05-30 21:03:17 +00:00
qsort.c Added code from libc instead of requiring newlib 2002-05-30 21:03:17 +00:00
sprintf.c Revert last change 2002-05-02 12:19:41 +00:00
sprintf.h Changed the size argument to be a size_t type, to make the prototype look 2002-05-30 06:31:24 +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 strtok_r() freshly implemented by yours truly 2002-05-07 07:42:30 +00:00
track.h header for track info 2002-04-30 19:19:17 +00:00