zephyr/lib/libc/minimal
Nicolas Pitre c47bf1fa5e prf.c: implement the ll length modifiers
This allows for printing long long values. Because the code size
increase may be significant, this is made optional on 32-bit targets.
On 64-bit targets this doesn't change the code much as longs and
long longs are the same size so it is always enabled in that case.

The test on MAXFLD has to be adjusted accordingly. Yet, its minimum
value wasn't large enough to store a full-scale octal value, so this
is fixed as well.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-06-17 10:58:09 -07:00
..
include string.c: make it 64-bit compatible 2019-06-07 13:19:51 -07:00
source prf.c: implement the ll length modifiers 2019-06-17 10:58:09 -07:00
CMakeLists.txt libc: minimal: Implement exit()/_exit() functions. 2019-05-23 09:27:59 -04:00