home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / famapi.zip / INCLUDE.ZIP / _FILEIO.H < prev    next >
C/C++ Source or Header  |  1992-12-19  |  700b  |  20 lines

  1. //
  2. //    *******************************************************************
  3. //      JdeBP C++ Library Routines      General Public Licence v1.00
  4. //          Copyright (c) 1991,1992  Jonathan de Boyne Pollard
  5. //    *******************************************************************
  6. //
  7.  
  8. //
  9. // Common I/O data blocks.
  10. //
  11. // Both ANSI and POSIX I/O routines must record the flags associated with
  12. // each open MS-DOS file handle in _osfd[].  The maximum size of _osfd[] is
  13. // recorded in _nfile, and defaults to FOPEN_MAX.
  14. //
  15.  
  16. extern  unsigned int    _CDECL  _osfd[];
  17. extern  unsigned int    _CDECL  _nfile;
  18. extern  unsigned int    _CDECL  _fmode;     // Default for O_TEXT/O_BINARY
  19.  
  20.