#ifndef __BINMODE_H__ #define __BINMODE_H__ #include #include int _fmode = _O_BINARY; /* _fmode &= ~_O_TEXT; _fmode |= _O_BINARY; */ #endif