#ifndef MLIBC_WCHAR_T_H #define MLIBC_WCHAR_T_H #ifndef __cplusplus typedef __WCHAR_TYPE__ wchar_t; #endif #endif /* MLIBC_WCHAR_T_H */