Welcome to mirror list, hosted at ThFree Co, Russian Federation.

binmode.c « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1cc3dedbfc8b9c147428bf182b33758a8d434f79 (plain)
1
2
3
4
5
#include <fcntl.h>

/* Set default file mode to binary */

int _fmode = _O_BINARY;