Format: AllC/C++CSSTextshell script Advanced Search
847: } else { 848: float res = strtof(buf, (char **)NULL); 849: *va_arg(ap, float *) = res;
37: #else 38: strtof(CONST char *s, char **sp) 39: #endif