Searched defs:atof (Results 1 – 3 of 3) sorted by relevance
31 double atof(const char* s) { in atof() function
71 static __inline double atof(const char *nptr) { return (strtod(nptr, NULL)); } in atof() function
498 TEST(stdlib, atof) { in TEST() argument