...
The atof
, and ()
, atoi()
, atol()
atoll
functions are obsolescent because the ()
strodstrtod
()
, strtof()
, strtol()
, strtold()
, strtoll()
, strtoul()
, and strtoull
functions can emulate their usage and have more robust error handling capabilities. See guideline INT05-C. Do not use input functions to convert character data if they cannot handle all possible inputs.()
...