| www.delorie.com/djgpp/doc/libc-2.01/libc_279.html | search |
#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.
_fmode = O_BINARY;
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |