This website requires JavaScript.
Explore
Help
Register
Sign In
riot-ci
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
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