rockbox/firmware/include
Nils Wallménius 3d4701a6e4 FS#10080
* Move strncpy() from core to the pluginlib
* Introduce strlcpy() and use that instead in most places (use memcpy in a few) in core and some plugins
* Drop strncpy() from the codec api as no codec used it
* Bump codec and plugin api versions


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21863 a1c6a512-1295-4272-9138-f99709370657
2009-07-14 13:57:45 +00:00
..
sys Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +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
crc32-mi4.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
crc32.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
ctype.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
dbgcheck.h added debug function header file. 2002-06-24 16:00:06 +00:00
dir.h cleanup storage defines 2008-10-31 21:25:04 +00:00
dir_uncached.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dircache.h Added support for configurable rockbox directory. FS#9567 by Alex Bennee. 2008-11-24 22:16:07 +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 the sim_ prefix from the plugin api. 2009-01-07 09:53:46 +00:00
font_cache.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
inttypes.h Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS#9327 2008-08-29 21:08:38 +00:00
lru.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +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 Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
rbunicode.h Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349) 2008-12-04 22:00:12 +00:00
sprintf.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
sscanf.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10: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 Moved atoi declaration to stdlib.h. Deleted atoi.h 2008-04-28 16:18:04 +00:00
string.h FS#10080 2009-07-14 13:57:45 +00:00
strnatcmp.h Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respects numbers within strings, and gives a more intuitive 2009-03-01 17:55:59 +00:00
time.h Moved database builder into a separate directory, and gave it its' own Makefile. Now it compiles cleanly and builds a database if ran in root of music tree. 2008-12-15 23:42:19 +00:00
timefuncs.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00