This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
3b76a2c2be
RIOT
/
sys
/
fmt
History
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