strtod.c | 100 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local in function:_int_strtod_l 202 nd0 = nd; 334 /* Now we have nd0 digits, starting at s0, followed by a 335 * decimal point, followed by nd-nd0 digits. The number we're 339 if (!nd0) 340 nd0 = nd; 574 bd0 = s2b(s0, nd0, nd, y, dplen);
|