inttypes.h
From Wikipedia, the free encyclopedia
| C standard library |
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. It defines a number of macros for use with the printf and scanf family of functions, as well as functions for working with the intmax_t type.
[edit] See also
[edit] References
- : fixed size integer types – Base Definitions Reference, The Single UNIX® Specification, Issue 7 from The Open Group
[edit] External links
- inttypes.h header file for Visual C++ (requires a compatible stdint.h).
- Defining literals and variables of explicit types

