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
Checks like (x >= '0' && x <= '9') are highly dependent on the charset
used by the operating system. Fortunately C has some functions that do
the checks independently of the charset so we can achieve more
portability through it.
0 commit comments