zephyr/lib/libc/minimal/source/stdout
Peter Mitsis 7f14e706ec printf: Limit width modifier to [0..MAXFLD]
When capping the the absolute value of the width modifier in printf(),
it must first be cast to an 'unsigned'. This stems from the fact that
in two's complement, not all negative numbers have a positive counterpart.

Change-Id: I3e6f92f68ab1b8dab48bbf883c5ad4b078a93f87
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-03-19 11:03:54 +00:00
..
fprintf.c c++: Update minimal libc headers 2016-02-05 20:25:22 -05:00
Makefile build: build libc as object, not kbuild library (lib.a) 2016-02-05 20:14:45 -05:00
prf.c printf: Limit width modifier to [0..MAXFLD] 2016-03-19 11:03:54 +00:00
sprintf.c c++: Update minimal libc headers 2016-02-05 20:25:22 -05:00
stdout_console.c c++: Update minimal libc headers 2016-02-05 20:25:22 -05:00