From: "Robert P. J. Day" <rpjday@mindspring.com>
To: C programming list <linux-c-programming@vger.kernel.org>
Subject: what is the current status of "stdint.h"?
Date: Fri, 23 Dec 2005 06:27:03 -0500 (EST) [thread overview]
Message-ID: <Pine.LNX.4.63.0512230621170.4326@localhost.localdomain> (raw)
(perhaps a bit off-topic, a combination of a C and gcc and glibc
question.)
perusing the GCC manual, i notice that a freestanding C99
implementation is supposed to include both <stdbool.h> and <stdint.h>.
i notice that the most recent version of gcc *does* include stdbool.h,
but doesn't include stdint.h, which matches what you read here:
http://gcc.gnu.org/c99status.html
*howeever*, on my linux system (FC4), the package glibc-headers
*does* include /usr/include/stdint.h, which certainly seems to match
what i imagine stdint.h should eventually contain.
is the plan for stdint.h to evetually be moved out of glibc-headers
and into gcc to conform with the official definition of C99? or is
that glibc-headers file "/usr/include/stdint.h" unrelated to the
eventual C99 support for stdint.h? or what?
rday
next reply other threads:[~2005-12-23 11:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-23 11:27 Robert P. J. Day [this message]
2005-12-24 12:38 ` what is the current status of "stdint.h"? Glynn Clements
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.63.0512230621170.4326@localhost.localdomain \
--to=rpjday@mindspring.com \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).