#include float strtof( const char *nptr, char **endptr) { return (strtod(nptr, endptr)); }