Main index | Section 3 | 日本語 | 한국인 | Deutsch | Options |
#include <stdlib.h>
It is equivalent to:
strtod(nptr, (char **)NULL);
The decimal point character is defined in the program's locale (category LC_NUMERIC).
The atof() function has been deprecated by strtod() and should not be used in new code.
ATOF (3) | June 4, 1993 |
Main index | Section 3 | 日本語 | 한국인 | Deutsch | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Computer science would have progressed much further and faster if all of the time and effort that has been spent maintaining and nurturing Unix had been spent on a sounder operating system. | ” |
— The Unix Haters' handbook |