libc/winsup/mingw/binmode.c

6 lines
84 B
C

#include <fcntl.h>
/* Set default file mode to binary */
int _fmode = _O_BINARY;