How to change wchar.h to make wchar_t the same type as wint_t?
问题 wchar_t is defined in wchar.h Currently, if the developers want to use only wchar_t , they can not do this without getting type conversion warnings from the compiler. If wchar_t will be made the same type as wint_t , it will be good for both parties. The developers who want to have both wint_t and wchar_t in their programs (for example if they want their code to be compiled not only under glibc) can do this without getting compiler warnings. The developers who want to use only wchar_t (to