new floating point parser/converter
[musl] / src / internal / floatscan.h
diff --git a/src/internal/floatscan.h b/src/internal/floatscan.h
new file mode 100644 (file)
index 0000000..5ea74cc
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef FLOATSCAN_H
+#define FLOATSCAN_H
+
+#include <stdio.h>
+
+long double __floatscan(FILE *, int, int, int, off_t *);
+
+#endif