rockbox/firmware/include
Jens Arnold 6b0fdae0f6 Removed unused 'mode' parameter from mkdir() for consistency with creat().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12183 a1c6a512-1295-4272-9138-f99709370657
2007-02-03 10:28:55 +00:00
..
sys improve FreeBSD support a little 2006-03-02 13:07:11 +00:00
_ansi.h Added ATTRIBUTE_SCANF 2006-01-25 01:33:48 +00:00
assert.h
atoi.h more moves 2003-02-07 10:13:23 +00:00
crc32.h Initial support and use for EEPROM memory on H120 & H140 players when 2006-08-05 20:19:10 +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 added debug function header file. 2002-06-24 16:00:06 +00:00
dir.h Removed unused 'mode' parameter from mkdir() for consistency with creat(). 2007-02-03 10:28:55 +00:00
dircache.h Try to make sure dircache state file on flashed H1xx targets is 2006-12-22 09:11:09 +00:00
errno.h Allow building simulators on systems where errno is thread-local by using the system's implementation of errno.h for simulator builds. 2006-02-28 23:56:44 +00:00
file.h Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that. 2007-02-01 23:08:15 +00:00
font_cache.h waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
inttypes.h Attempt at fixing 64-bit sim warning. 2006-12-17 14:47:12 +00:00
lru.h waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
malloc.h
math.h
memory.h Removed executable flag 2007-01-09 23:29:07 +00:00
rbunicode.h Comment out an unused function and make another one static to save a few bytes 2007-01-19 15:55:11 +00:00
sprintf.h Better definition & usage of the ATTRIBUTE_PRINTF macro 2005-02-28 09:48:35 +00:00
sscanf.h Simple sscanf implementation 2006-01-25 01:35:04 +00:00
stdio.h Build cleanup and general fixes. fprintf() is now fdprintf(), the separation 2005-02-22 12:19:12 +00:00
stdlib.h Add an labs() macro - needed by Tremor 2005-02-19 11:50:53 +00:00
string.h Added ID3 searching 2005-01-27 22:21:08 +00:00
time.h Patch #5166 by Robert Keevil - Last.fm logging 2006-10-19 09:42:58 +00:00
timefuncs.h Patch #5166 by Robert Keevil - Last.fm logging 2006-10-19 09:42:58 +00:00