gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:strtof (0.04 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/vfscanf.c - 43.3KB - 970 lines
847:                                 } else {
848:                                         float res = strtof(buf, (char **)NULL);
849:                                         *va_arg(ap, float *) = res;
bsd_source/lib/libc/src_bsd/stdlib/strtof.c - 2.5KB - 81 lines
37: #else
38: strtof(CONST char *s, char **sp)
39: #endif