rockbox/firmware/include
Jens Arnold eb65f89f0e Added memset16() for filling memory regions with 16 bit values, needed for upcoming 16 bit LCD driver opts. ASM optimised for coldfire.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8773 a1c6a512-1295-4272-9138-f99709370657
2006-02-22 01:20:45 +00:00
..
sys Build cleanup and general fixes. fprintf() is now fdprintf(), the separation 2005-02-22 12:19:12 +00:00
_ansi.h Added ATTRIBUTE_SCANF 2006-01-25 01:33:48 +00:00
assert.h This is my initial attempt to get rid of the newlib headers requirement, 2002-06-15 15:49:32 +00:00
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 added debug function header file. 2002-06-24 16:00:06 +00:00
dir.h long policy 2005-02-26 21:18:05 +00:00
dircache.h Now dircache should work on players requiring long aligned memory 2006-01-31 10:08:53 +00:00
errno.h more moves 2003-02-07 10:13:23 +00:00
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 This is my initial attempt to get rid of the newlib headers requirement, 2002-06-15 15:49:32 +00:00
math.h This is my initial attempt to get rid of the newlib headers requirement, 2002-06-15 15:49:32 +00:00
memory.h Added memset16() for filling memory regions with 16 bit values, needed for upcoming 16 bit LCD driver opts. ASM optimised for coldfire. 2006-02-22 01:20:45 +00:00
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
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 localtime() proto for sims 2005-02-18 14:41:42 +00:00
timefuncs.h Const policed pointer arguments to functions, part 2 2004-08-17 01:45:48 +00:00