#ifndef MSL_COMMON_SRC_WCHAR_IO_H #define MSL_COMMON_SRC_WCHAR_IO_H #include "MSL_C/MSL_Common/Src/ansi_files.h" #ifndef __cplusplus typedef unsigned short wchar_t; #endif int fwide(FILE* file, int mode); #endif /* MSL_COMMON_SRC_WCHAR_IO_H */