K
Keith Thompson
Hans Vlems said:[snip]Were you unaware that it does?
But even in pure C90, which doesn't have _Bool/bool, the lack of
*direct* support for a boolean type is largely irrelevant. Â Several
built-in operators ("==", "<", "!", etc.) yield int results that are
either 0 or 1, representing false or true results.
<g>
I'm aware of C90's boole type and the way an int is easily used as a
substitute.
It's C99's (not C90's) bool (not boole) type. I'm glad you're
aware of it. Did you want to comment on anything else I wrote?
If not, why did you quote the entire article?
When posting a followup, it's best to quote just enough of the
parent article so that your followup makes sense. In particular,
it's best not to quote signatures unless you're commenting on them.