rockbox/firmware/include
Jens Arnold 4efecf6435 Fix yellow builds :/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8073 a1c6a512-1295-4272-9138-f99709370657
2005-11-26 23:47:06 +00:00
..
sys
_ansi.h
assert.h
atoi.h more moves 2003-02-07 10:13:23 +00:00
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
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
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
malloc.h This is my initial attempt to get rid of the newlib headers requirement, 2002-06-15 15:49:32 +00:00
math.h
sprintf.h
stdio.h
stdlib.h
string.h
time.h
timefuncs.h