![]() -> Click here to learn how to get live help <- |
ATOFIndexNAMEatof - convert a string to a doubleSYNOPSIS#include <stdlib.h> double atof(const char *nptr); DESCRIPTIONThe fBatof()fP function converts the initial portion of the string pointed to by fInptrfP to double. The behaviour is the same as
except that fBatof()fP does not detect errors. RETURN VALUEThe converted value.CONFORMING TOSVID 3, POSIX, BSD 4.3, ISO 9899SEE ALSOatoi(3), atol(3), strtod(3), strtol(3), strtoul(3)
Index |