fmode.c 77 B

12345
  1. #include <stdlib.h>
  2. #include <fcntl.h>
  3. #undef _fmode
  4. int _fmode = _O_BINARY;