zephyr/lib
Johan Hedberg 65a8e3c1c9 libc: printf: Add support for 'z' length specifier
The 'z' length specifier is the appropriate one to be used with size_t
(%zu) and ssize_t (%zd) types. Having support for this in our libc
means that we can utilize the compiler format string checks
(__printf_like) without getting warnings of incorrect format
specifiers for size_t and ssize_t variables.

Change-Id: I73fec0145692e0a59934cab548caf24c1c16a3df
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-09-07 15:10:57 +00:00
..
libc libc: printf: Add support for 'z' length specifier 2016-09-07 15:10:57 +00:00
Kbuild ext: move tinycrypt to ext/lib 2016-06-01 14:27:41 -04:00
Kconfig tinycrypt: move from lib to regular objects 2016-05-16 19:43:50 +00:00
Makefile ext: move tinycrypt to ext/lib 2016-06-01 14:27:41 -04:00