Comment on Why does isalpha() fail to identify an alphabetic character?
pHr34kY@lemmy.world 11 months 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 11 months agoI would drop the “== true” entirely. C will evaluate any nonzero int as true in an “if” statement.
milon@lemm.ee 11 months ago
Good point!