[cfe-dev] Implementation of stdbool.h
Neil Booth
neil at daikokuya.co.uk
Thu Feb 28 06:14:38 PST 2008
Neil Booth wrote:-
> Eli Friedman wrote:-
>
> > Per title, this is an implementation of stdbool.h, to start off the
> > project of clang getting its own headers. I picked stdbool.h because
> > it is one of the simplest standard headers, being that it only has
> > four straightforward macros. It would be embarrassing if I screwed it
> > up somehow :)
>
> Oops, how embarrassing :)
>
> > +#define bool _Bool
Now it's my turn to be embarrassed. <slinks away>
More information about the cfe-dev
mailing list