6 lines
84 B
C
6 lines
84 B
C
|
#include <fcntl.h>
|
||
|
|
||
|
/* Set default file mode to binary */
|
||
|
|
||
|
int _fmode = _O_BINARY;
|