Hacker News new | ask | show | jobs
by TorKlingberg 3767 days ago
Sure, but I find it strange to use the ternary operator and discarding the value. It's not wrong, but I think most C programmers prefer a simple if statement.
1 comments

I was giving an replacement for the if statement presented above, where both expressions are on the same line.