| cvs.gedasymbols.org/djgpp/doc/libc/libc_333.html | search | 
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
#include <fcntl.h> extern int _fmode;  | 
This variable may be set to O_TEXT or O_BINARY to specify
the mode that newly opened files should be opened in if the open call
did not specify.  See section open. See section fopen.
The default value is O_TEXT.
| ANSI/ISO C | No | 
| POSIX | No | 
_fmode = O_BINARY;  | 
| webmaster | delorie software privacy | 
| Copyright © 2004 | Updated Apr 2004 |