atof
d = atof(short2str(cp));
return ((RLIM_TYPE)(d * 60.0 + atof(short2str(cp + 1))));
double atof(const char *);
dval(&d1) = atof(buf);
extern "C" double atof(const char*);
extern double atof ANSI((char*));
number = atof(buf);
ival = (i == 1) ? atof(val) * 100 : atol(val);
load_threshold = atof(optarg);
printf(", %s byte%s", buf, (atof(buf) == 1.0) ? "" : "s");
ATF_REQUIRE(atof("0") == strtod("0", NULL));
ATF_REQUIRE(atof("-1") == strtod("-1", NULL));
ATF_REQUIRE(atof(buf) == strtod(buf, NULL));
timeout = atof(optarg);
val = (u_long)1000 * atof(str);
price = atof(optarg);