Closed matdibu closed 1 year ago
replace sscanf and atol with strtoX-based functions that also check for downcasts
sscanf
atol
strtoX
should these new functions be moved to a sort of 'utility' header ?
It's been 5 months; closing a inactive.
replace
sscanf
andatol
withstrtoX
-based functions that also check for downcasts