add "scan helper getc" and rework strtod, etc. to use it
[musl] / src / internal / floatscan.h
index 5ea74cc..5595b81 100644 (file)
@@ -3,6 +3,6 @@
 
 #include <stdio.h>
 
-long double __floatscan(FILE *, int, int, int, off_t *);
+long double __floatscan(FILE *, int, int, int);
 
 #endif