/* Really bad atof */ #include double atof(const char * nptr) { return strtod(nptr, NULL); }