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
_ansi.h
assert.h
crc32-mi4.h
crc32.h
ctype.h Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
dbgcheck.h
dir.h
dir_uncached.h
dircache.h
errno.h
file.h Removed the sim_ prefix from the plugin api. 2009-01-07 09:53:46 +00:00
font_cache.h
inttypes.h
lru.h
malloc.h
math.h
memory.h
rbunicode.h Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349) 2008-12-04 22:00:12 +00:00
sprintf.h
sscanf.h
stdio.h
stdlib.h
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