I would drop the "== true" entirely. C will evaluate any nonzero int as true in an "if" statement.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies:
I would drop the "== true" entirely. C will evaluate any nonzero int as true in an "if" statement.