OSDN Git Service

Correct complex square root computation per issue [#2246].
[mingw/mingw-org-wsl.git] / mingwrt / binmode.c
1 #include <fcntl.h>
2
3 /* Set default file mode to binary */
4
5 int _fmode = _O_BINARY;