#include double atof(const char *nptr) { return strtod(nptr,0); }