Files
tp/include/MSL_C/MSL_Common/Src/wchar_io.h
T
2022-10-18 05:15:45 -07:00

9 lines
169 B
C

#ifndef MSL_COMMON_SRC_WCHAR_IO_H
#define MSL_COMMON_SRC_WCHAR_IO_H
#include "dolphin/types.h"
typedef unsigned short wchar_t;
#endif /* MSL_COMMON_SRC_WCHAR_IO_H */