LAMPCAE/extlib/TecIO/include/FILESTREAM.h

13 lines
334 B
C

#if !defined FILESTREAM_h
#define FILESTREAM_h
#if defined EXTERN
# undef EXTERN
#endif
#if defined ___1404
# define EXTERN
#else
# define EXTERN extern
#endif
struct ___1405 { FILE *File; ___372 ___2007; }; EXTERN ___1405 *___1402(FILE *File, ___372 ___2007); EXTERN void ___1403(___1405 **___1401);
#endif