* what is the current status of "stdint.h"?
@ 2005-12-23 11:27 Robert P. J. Day
2005-12-24 12:38 ` Glynn Clements
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2005-12-23 11:27 UTC (permalink / raw)
To: C programming list
(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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: what is the current status of "stdint.h"?
2005-12-23 11:27 what is the current status of "stdint.h"? Robert P. J. Day
@ 2005-12-24 12:38 ` Glynn Clements
0 siblings, 0 replies; 2+ messages in thread
From: Glynn Clements @ 2005-12-24 12:38 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: C programming list
Robert P. J. Day wrote:
> 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?
That would have to be addressed to the gcc developers. There is some
discussion of the issue in the thread starting at:
http://gcc.gnu.org/ml/gcc/2004-11/msg00248.html
--
Glynn Clements <glynn@gclements.plus.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-24 12:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-23 11:27 what is the current status of "stdint.h"? Robert P. J. Day
2005-12-24 12:38 ` Glynn Clements
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).