rockbox/firmware/include
2007-10-15 07:59:13 +00:00
..
sys
_ansi.h
assert.h
atoi.h
crc32-mi4.h
crc32.h
ctype.h
dbgcheck.h
dir.h Ooops 2007-07-21 14:21:45 +00:00
dir_uncached.h Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change) 2007-07-20 17:06:55 +00:00
dircache.h Fix FS#7679 - modifying files with dircahce enabled doesnt change the access time/date in dircache 2007-09-02 13:24:51 +00:00
errno.h
file.h Keep track of the number of opened files in the sim to enforce the same limit as on target. 2007-10-09 15:15:00 +00:00
font_cache.h
inttypes.h
lru.h
malloc.h
math.h
memory.h
rbunicode.h
sprintf.h
sscanf.h
stdio.h
stdlib.h Fix some plugins that use NULL instead of -1 when not using a voice id in struct opt_items. Change as many '#define NULL 0' to '#define NULL ((void*)0)' as grep would find - somewehere the former is still hiding it seems. :\ 2007-10-15 07:59:13 +00:00
string.h Fix some plugins that use NULL instead of -1 when not using a voice id in struct opt_items. Change as many '#define NULL 0' to '#define NULL ((void*)0)' as grep would find - somewehere the former is still hiding it seems. :\ 2007-10-15 07:59:13 +00:00
time.h
timefuncs.h