K
Keith Thompson
Joona I Palaste said:Am I the only person who can't understand why the topic is about strtod
but the message is about atof?
C99 7.20.1.1, The atof function:
The atof function converts the initial portion of the string
pointed to by nptr to double representation. Except for the
behavior on error, it is equivalent to
strtod(nptr, (char **)NULL)