gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:strtord (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/gdtoa.h - 5.3KB - 155 lines
143: #else
144: #define __strtopd(s,se,x) strtord(s,se,1,x)
145: #define __strtopdd(s,se,x) strtordd(s,se,1,x)
bsd_source/lib/libc/src_bsd/stdlib/strtord.c - 2.9KB - 96 lines
77: #else
78: strtord(CONST char *s, char **sp, int rounding, double *d)
79: #endif