415c4cd7
1 2 3 4 5 6 7 8
#ifndef FLOATSCAN_H #define FLOATSCAN_H #include <stdio.h> long double __floatscan(FILE *, int, int, int, off_t *); #endif