Using boolean values in C - Stack Overflow
C doesn't have any built in boolean types. What's the best way to use them in C? ... A few thoughts on booleans in C: I'm old enough that I just use plain ints as my boolean type without any typedefs or special defines or enums for true/false values.
stackoverflow.com |