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
<uchar.h> is glibc-specific and it's not even guaranteed to be 2 bytes
long!
typedef __uint_least16_t char16_t;
uint16_t seems much more appropriate here.
Signed-off-by: Sergii Dmytruk <[email protected]>
0 commit comments