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) | April 1, 2020 |
Main index | Section 3 | 日本語 | Deutsch | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Some people, when confronted with a problem, think “I know, I'll use regular expressions.” Now they have two problems. | ” |
— Jamie Zawinski |