[It seems odd this doesn\'t exist, so apologies in advance if it\'s a duplicate]
I want to test for logical equality in C. In other words, I want to know whether tw
In pre-C99 C, the tradiitional, idiomatic way to "cast to bool" is with !!.
!!