_fmode

The default open mode used by the JCC library.

extern int _fmode;

Required Header
<io.h>

Remarks

The _fmode global variable determines the default open mode of both the low level I/O and stream I/O open methods. Its default setting is _O_TEXT and may be set to _O_BINARY if required.

Low Level I/O

See Also    fopen, _open