Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: "strod" fixed to "strtod".

...

The atof(), atoi(), atol(), and 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.

...