You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defaults to short wchar_t
This allows the newlib mb2wc series API to work directly with besta UTF16 types, without the nowide hack. This technically breaks EABI compatibility but simplifies the libc setup a lot, and int wchar_t support can be opted-in again by using -fno-short-wchar.