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
tinystdio: vfwprintf and vfwscanf need an unsigned wchar_t type
The numeric conversion code all assumes it has an unsigned char, so
when that code is used on wchar_t, we need a type which is known to be
unsigned. wchar_t is not such a type. borrow the UCHAR stuff from
conv_flt.
Signed-off-by: Keith Packard <[email protected]>
0 commit comments