diff options
Diffstat (limited to 'src/internal/floatscan.h')
-rw-r--r-- | src/internal/floatscan.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/internal/floatscan.h b/src/internal/floatscan.h new file mode 100644 index 00000000..5ea74cc9 --- /dev/null +++ b/src/internal/floatscan.h @@ -0,0 +1,8 @@ +#ifndef FLOATSCAN_H +#define FLOATSCAN_H + +#include <stdio.h> + +long double __floatscan(FILE *, int, int, int, off_t *); + +#endif |