
Click above to get retro games delivered to your door ever month!
X-Hacker.org- libc - <b>_fmode</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
_fmode
======
Syntax
------
#include <fcntl.h>
extern int _fmode;
Description
-----------
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. open:. fopen:.
The default value is `O_TEXT'.
Example
-------
_fmode = O_BINARY;
See Also: open fopen
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson