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