Re: Absense of bool
- From: James Kuyper <jameskuyper@xxxxxxxxxxx>
- Date: Sun, 04 Nov 2007 00:02:32 GMT
AommiK wrote:
....
OK. Some of you might refer to C99 and its _Bool (what's up with the
uppercase 'B' anyway?) and the header you can include (apparently) to
The committee chose a name that is reserved to the implementation for ALL uses, in order to avoid breaking any code that currently defined 'bool' with a conflicting meaning. They couldn't use _bool, either, because that name is reserved only " for use as identifiers with file scope in both the ordinary and tag name spaces."
.
- References:
- Absense of bool
- From: AommiK
- Absense of bool
- Prev by Date: Re: Absense of bool
- Next by Date: cannot read after \n using strtok()
- Previous by thread: Re: Absense of bool
- Next by thread: Re: Absense of bool
- Index(es):
Relevant Pages
|