/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ #include double atof(const char *ascii) { return strtod(ascii, 0); }