Jump to content

Talk:Inttypes.h

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jobin RV (talk | contribs) at 15:52, 19 September 2011 (Not a part of API). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconC/C++ NA‑class Low‑importance
WikiProject iconThis redirect is within the scope of WikiProject C/C++, a collaborative effort to improve the coverage of C and C++ topics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
NAThis redirect does not require a rating on Wikipedia's content assessment scale.
LowThis redirect has been rated as Low-importance on the importance scale.
WikiProject iconIndia Redirect‑class
WikiProject iconThis redirect is within the scope of WikiProject India, which aims to improve Wikipedia's coverage of India-related topics. If you would like to participate, please visit the project page.
RedirectThis redirect does not require a rating on Wikipedia's content assessment scale.

Template:IEP assignment

Not a part of API?

Please explain why is inttypes.h not a part of API?
Jobin (talk) 15:52, 19 September 2011 (UTC)[reply]

Move to stdint.h

This article is currently incorrect. Those int types are defined in stdint.h. --hdante 21:45, 10 January 2007 (UTC)[reply]

Well, it's correct that these types are defined in stdint.h, but they're also defined in inttypes.h. The standard says this:

    The header <inttypes.h> includes the header <stdint.h> and extends it with
    additional facilities provided by hosted implementations.

The article is incomplete. inttypes.h declares many macros and functions that it does not mention. Pfaffben 23:59, 10 March 2007 (UTC)[reply]