Re: bool & stdbool.h
- From: Alan L Brown <i.Alan@xxxxxxxxxxxxxx>
- Date: 03 Jun 2006 02:02:26 GMT
Jack Klein wrote:
On 22 May 2006 23:51:06 GMT, Alan L Brown <i.Alan@xxxxxxxxxxxxxx>
wrote in comp.lang.c.moderated:
I have not been able to find 'stdbool.h' in any lists of "standard" C
libraries.
First, neither <stdbool.h> nor any other standard C header is a
"library", it is a header. It happens to be a header that does not
prototype any functions, so it is unlikely that there is any library
associated with it at all.
To this and other replies to my post - excuse my inexactitude. By "library"
I meant a list of the header files forming a library.
Second, what are these "lists" of '"standard" C libraries', and what
reason do you have to believe they are authoritative and/or accurate?
There's a lot of rubbish on the net. Sturgeon's law is as true as
ever.
By "lists" I meant the header files listed in
Dinkumware http://dinkumware.com/manuals/reader.aspx?lib=cpp which lists the
"Standard C++ Library" and "Standard C Library" headers;
also from the University or Tasmania
(http://www.utas.edu.au/infosys/info/documentation/C/CStdLib.html);
and http://www.acm.uiuc.edu/webmonkeys/book/c_guide/index.html
and others.
I realize there is "a lot of rubbish on the net" and I don't have any reason
to believe the lists are "authoritative and/or accurate". Which is why I
have posted here to try to get a useful and helpful answer to my problem.
Could you please tell me whether 'stdbool.h' is actually part of the
Standard C library.
Third, no <stdbool.h> is not part of the standard C library, but it is
a standard C header which must be provided by any compiler claiming
conformance to any version of the C standard from 1999 on.
Point your favorite web browser (unless it is Internet Explorer, then
use another browser instead) at http://www.dinkumware.com/refxc.html,
read the terms of use, and then click on the white box with the foot
prints in it.
I have done that - see above. (With Forefox if that is relevant. Funnily, I
also tried Internet Explorer too and it worked!!!)
Thank you
Alan
--
comp.lang.c.moderated - moderation address: clcm@xxxxxxxxxxxx -- you must
have an appropriate newsgroups line in your header for your mail to be seen,
or the newsgroup name in square brackets in the subject line. Sorry.
.
- Follow-Ups:
- Re: bool & stdbool.h
- From: Francis Glassborow
- Re: bool & stdbool.h
- Prev by Date: Re: bool & stdbool.h
- Next by Date: Re: bool & stdbool.h
- Previous by thread: Re: bool & stdbool.h
- Next by thread: Re: bool & stdbool.h
- Index(es):
Relevant Pages
|
Loading