Home | History | Annotate | Download | only in wcstox
      1 #ifndef FLOATSCAN_H
      2 #define FLOATSCAN_H
      3 
      4 long double __floatscan(struct fake_file_t *, int, int);
      5 
      6 #endif
      7