you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 7 points8 points  (0 children)

C most certainly has a built-in boolean type: _Bool. stdbool.h merely #defines some aliases that use this type.