#include double atof(const char *s) { return strtod(s, 0); } #ifdef TEST int main(void) { return 0; } #endif