mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 11:00:04 +08:00
6 lines
84 B
C
6 lines
84 B
C
|
#include <fcntl.h>
|
||
|
|
||
|
/* Set default file mode to binary */
|
||
|
|
||
|
int _fmode = _O_BINARY;
|