From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9245b8db9abd376c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-19 11:53:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.174.75.178!news-fra1.dfn.de!news.rwth-aachen.de!news.uni-stuttgart.de!cert.uni-stuttgart.de!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Out parameters in a function Date: Fri, 19 Apr 2002 20:53:15 +0200 Organization: Enyo -- not your organization Message-ID: <87elhbfrl0.fsf@deneb.enyo.de> References: <4519e058.0204150709.55c94dfb@posting.google.com> <3cbbe583.3628858@news.demon.co.uk> <3cbc3f05.26543327@news.demon.co.uk> <3CBCFCC8.6000206@worldnet.att.net> <87vganfuxs.fsf@deneb.enyo.de> <3CC06161.7060100@worldnet.att.net> NNTP-Posting-Host: deneb.enyo.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: cygnus.enyo.de 1019242397 16909 212.9.189.171 (19 Apr 2002 18:53:17 GMT) X-Complaints-To: abuse@enyo.de NNTP-Posting-Date: 19 Apr 2002 18:53:17 GMT Cancel-Lock: sha1:pSZ6HtqMdRvLlXNYP9PdpRa8XBs= Xref: archiver1.google.com comp.lang.ada:22793 Date: 2002-04-19T18:53:17+00:00 List-Id: Jim Rogers writes: > Is _Bool part of the new C standard? Yes, it is. > My guess is that _Bool is an enum, which is not actually > a type in C either. No, _Bool is a keyword. "bool" from is a preprocessor macro, though.