Search | Google it | Results 1 - 1 of 1 for funcall:ULtod from t2ex/bsd_source/lib/libc/src_bsd/stdlib/strtord.c (0.00 seconds) |
37: #else 38: ULtod(ULong *L, ULong *bits, Long exp, int k) 39: #endif 93: k = strtodg(s, sp, fpi, &exp, bits); 94: ULtod((ULong*)d, bits, exp, k); 95: return k;