Comment on Why does isalpha() fail to identify an alphabetic character?
pHr34kY@lemmy.world 1 year agoI would drop the “== true” entirely. C will evaluate any nonzero int as true in an “if” statement.
Comment on Why does isalpha() fail to identify an alphabetic character?
pHr34kY@lemmy.world 1 year agoI would drop the “== true” entirely. C will evaluate any nonzero int as true in an “if” statement.
milon@lemm.ee 1 year ago
Good point!