linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 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

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).