1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/fmt
Kaspar Schleiser 3b76a2c2be fmt: fix fmt_s32_dec() and fmt_s64_dec() sign bit handling
"val = -val" causes UB for INTMIN, thus explicitly cast to unsigned.
2019-01-16 15:23:19 +01:00
..
fmt.c fmt: fix fmt_s32_dec() and fmt_s64_dec() sign bit handling 2019-01-16 15:23:19 +01:00
Makefile sys: fmt: initial commit of simple string formatting library 2015-10-29 19:18:24 +01:00