rockbox/firmware/include
Marcoen Hirschberg b0fee17d6e waiting is over: initial unicode commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8169 a1c6a512-1295-4272-9138-f99709370657
2005-12-06 13:27:15 +00:00
..
sys
_ansi.h Better definition & usage of the ATTRIBUTE_PRINTF macro 2005-02-28 09:48:35 +00:00
assert.h
atoi.h
ctype.h Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a negative array index). With a cast to unsigned char, the macros work as expected. The other macros were changed accordingly. 2005-08-11 19:32:39 +00:00
dbgcheck.h
dir.h long policy 2005-02-26 21:18:05 +00:00
dircache.h Fix yellow builds :/ 2005-11-26 23:47:06 +00:00
errno.h
file.h Implemented directory caching. No more waiting for disk to spin up while 2005-10-07 17:38:05 +00:00
font_cache.h waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
inttypes.h Explicitly make int8_t a "signed char" for better portability. e.g. "char" is by default unsigned for ARM 2005-11-12 15:02:59 +00:00
lru.h waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
malloc.h
math.h
rbunicode.h waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
sprintf.h Better definition & usage of the ATTRIBUTE_PRINTF macro 2005-02-28 09:48:35 +00:00
stdio.h
stdlib.h
string.h
time.h
timefuncs.h