Talk:Inttypes.h

From Wikipedia, the free encyclopedia

This article is supported by the Wikipedia:WikiProject C++. Please visit the project page for more details on the project.

[edit] Move to stdint.h

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

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)