rockbox/firmware/common
Nicolas Pennequin 357ffb3c46 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657
2008-05-05 10:32:46 +00:00
..
atoi.c
crc32-mi4.c
crc32.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
ctype.c
dir_uncached.c
dircache.c
disk.c
errno.c
ffs.c
file.c
memchr.c
memcmp.c
memcpy.c
memmove.c
memset.c
memset16.c
qsort.c
random.c
sprintf.c
sscanf.c
strcasecmp.c
strcasestr.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c Correct usage of ICODE_ATTR in memcpy.c and strlen.c 2005-08-15 05:33:10 +00:00
strncmp.c
strncpy.c
strrchr.c
strstr.c
strtok.c
structec.c Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. 2008-05-03 08:35:14 +00:00
timefuncs.c
unicode.c