#ifndef _C_WCHAR_H #define _C_WCHAR_H #include #ifdef __cplusplus extern "C" { #endif int fwide(FILE *stream, int mode); #ifdef __cplusplus } #endif #endif