#ifndef __STDBIN_H__ #define __STDBIN_H__ #include #include int _CRT_fmode = _O_BINARY; #endif