rockbox/firmware/common
Daniel Stenberg 3f27f7d82c only do the fprintf() if not doing a simulator, since this file is used
for the win32 simulator and the fprintf() of Rockbox differs slightly from
how the true POSIX one is (the first argument).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3452 a1c6a512-1295-4272-9138-f99709370657
2003-03-16 21:42:22 +00:00
..
atoi.c
ctype.c
dir.c
disk.c
errno.c
file.c Previous change broke read after seek. Reverted that change and added temporary fix in flush_cache to make sure we are on correct sector before writing to disk. 2003-03-15 21:13:35 +00:00
memcmp.c
memcpy.c
memset.c
qsort.c
random.c
sprintf.c only do the fprintf() if not doing a simulator, since this file is used 2003-03-16 21:42:22 +00:00
strcasecmp.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c
strncmp.c
strncpy.c
strrchr.c
strtok.c
timefuncs.c tm_mon starts at 0 2003-01-27 14:43:32 +00:00