gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ULtod from t2ex/bsd_source/lib/libc/src_bsd/stdlib/strtord.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/strtord.c - 2.9KB - 96 lines
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;