[cfe-dev] Implementation of stdbool.h
    Neil Booth 
    neil at daikokuya.co.uk
       
    Thu Feb 28 06:12:07 PST 2008
    
    
  
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
    
    
More information about the cfe-dev
mailing list