home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
famapi.zip
/
INCLUDE.ZIP
/
_FILEIO.H
< prev
next >
Wrap
C/C++ Source or Header
|
1992-12-19
|
700b
|
20 lines
//
// *******************************************************************
// JdeBP C++ Library Routines General Public Licence v1.00
// Copyright (c) 1991,1992 Jonathan de Boyne Pollard
// *******************************************************************
//
//
// Common I/O data blocks.
//
// Both ANSI and POSIX I/O routines must record the flags associated with
// each open MS-DOS file handle in _osfd[]. The maximum size of _osfd[] is
// recorded in _nfile, and defaults to FOPEN_MAX.
//
extern unsigned int _CDECL _osfd[];
extern unsigned int _CDECL _nfile;
extern unsigned int _CDECL _fmode; // Default for O_TEXT/O_BINARY