floatscan.h 112 B

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