floatscan.h 119 B

12345678
  1. #ifndef FLOATSCAN_H
  2. #define FLOATSCAN_H
  3. #include <stdio.h>
  4. hidden long double __floatscan(FILE *, int, int);
  5. #endif