echo "* a" | tr '*' -d
echo "* a" | tr -d '*'
xd6b043bf
Replace atoi
usages with strtol
(str_toint
wrapper) - Robyt3
1469e88
Replace atof
usages with strtod
(str_tofloat
wrapper) - Robyt3
c4cf26e
Replace atol
usages with str_toint
, as type is int
anyway - Robyt3
73fe4e6
Use str_copy
instead of snprintf
to copy strings - Robyt3
6aa5953
Merge #5963 - bors[bot]