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
WCharacter.h use isascii, but isascii not defined by the ANSI C standard.
Note: To fix for arm-none-eabi platform you can add definition: #define _GNU_SOURCE