FILESTREAM.h 334 B

123456789101112
  1. #if !defined FILESTREAM_h
  2. #define FILESTREAM_h
  3. #if defined EXTERN
  4. # undef EXTERN
  5. #endif
  6. #if defined ___1404
  7. # define EXTERN
  8. #else
  9. # define EXTERN extern
  10. #endif
  11. struct ___1405 { FILE *File; ___372 ___2007; }; EXTERN ___1405 *___1402(FILE *File, ___372 ___2007); EXTERN void ___1403(___1405 **___1401);
  12. #endif