Using boolean values in C - Stack Overflow

Using boolean values in C - Stack Overflow

瀏覽:1187
日期:2026-04-16
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....看更多