Jump to content

inttypes.h

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 1exec1 (talk | contribs) at 14:49, 31 October 2011 (Rationale: already at C data types#Fixed width integer types). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The inttypes.h file is a C header file that is part of the C standard library and API. It was added with the 1999 version of the ISO C standard (known as C99). It includes the stdint.h header and defines a number of macros for using it with the printf and scanf family of functions, as well as functions for working with the intmax_t type.

\

See also

References