rockbox/firmware/libc
Rafaël Carré c0f9aa44e4 inttypes.h: add (some) iso c99 fprintf format specifiers
Skipped the specifiers for octal, (u)int_leastN_t, (u)int_fastN_t and
(u)intmax_t as we don't use them in rockbox

Specifiers use the types specified in stdint.h
Specifiers for short (16 bits) and char (8 bits) use the int specifier,
our format.c doesn't know about 'h' and 'hh'

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26411 a1c6a512-1295-4272-9138-f99709370657
2010-05-30 16:00:03 +00:00
..
include inttypes.h: add (some) iso c99 fprintf format specifiers 2010-05-30 16:00:03 +00:00
atoi.c
ctype.c
errno.c
memchr.c
memcmp.c
memcpy.c
memmove.c
memset.c
mktime.c
qsort.c
random.c
sprintf.c
sscanf.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c
strncmp.c
strrchr.c
strstr.c
strtok.c