FENIX_libc/include/types/wchar_t.h

7 lines
89 B
C

#ifndef _TYPES_WCHAR_T_H
#define _TYPES_WCHAR_T_H
typedef unsigned int wchar_t;
#endif