inttypes.h
Appearance
![]() | It has been suggested that this article be merged into C data types. (Discuss) Proposed since October 2011. |
C standard library (libc) |
---|
General topics |
Miscellaneous headers |
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
External links
- The Single UNIX Specification, Version 5 from The Open Group : fixed size integer types – Base Definitions Reference,
- inttypes.h header file for Visual C++ (requires a compatible stdint.h).
- C++ reference for fixed width integer types inherited from C
- Macro definitions and their interpretation in inttypes.h
- Writing machine-independent code
- Apple's open source code for inttypes.h
- ansi.h and minix/sys_config.h
- sys/types.h
- sys/dir.h