The <inttypes.h> include file includes <stdint.h> and extends it with additional facilities.
The following macros are defined for format specifiers. These macros are defined for C programs. They are defined for C++ only when __STDC_FORMAT_MACROS is defined before <inttypes.h> is included.
|
PRId8 PRId16 PRId32 PRId64 PRIdFAST8 PRIdFAST16 PRIdFAST32 PRIdFAST64 PRIdLEAST8 PRIdLEAST16 PRIdLEAST32 PRIdLEAST64 PRIdMAX PRIi8 PRIi16 PRIi32 PRIi64 PRIiFAST8 PRIiFAST16 PRIiFAST32 PRIiFAST64 PRIiLEAST8 PRIiLEAST16 PRIiLEAST32 PRIiLEAST64 PRIiMAX |
PRIo8 PRIo16 PRIo32 PRIo64 PRIoFAST8 PRIoFAST16 PRIoFAST32 PRIoFAST64 PRIoLEAST8 PRIoLEAST16 PRIoLEAST32 PRIoLEAST64 PRIoMAX PRIu8 PRIu16 PRIu32 PRIu64 PRIuFAST8 PRIuFAST16 PRIuFAST32 PRIuFAST64 PRIuLEAST8 PRIuLEAST16 PRIuLEAST32 PRIuLEAST64 PRIuMAX |
PRIx8 PRIx16 PRIx32 PRIx64 PRIxFAST8 PRIxFAST16 PRIxFAST32 PRIxFAST64 PRIxLEAST8 PRIxLEAST16 PRIxLEAST32 PRIxLEAST64 PRIxMAX PRIX8 PRIX16 PRIX32 PRIX64 PRIXFAST8 PRIXFAST16 PRIXFAST32 PRIXFAST64 PRIXLEAST8 PRIXLEAST16 PRIXLEAST32 PRIXLEAST64 PRIXMAX |
SCnd16 SCnd32 SCnd64 SCndFAST16 SCndFAST32 SCndFAST64 SCndLEAST16 SCndLEAST32 SCndLEAST64 SCndMAX SCNo16 SCNo32 SCNo64 SCNoFAST16 SCNoFAST32 SCNoFAST64 SCNoLEAST16 SCNoLEAST32 SCNoLEAST64 SCNoMAX SCNu16 SCNu32 SCNu64 SCNuFAST16 SCNuFAST32 SCNuFAST64 |
SCnuLEAST16 SCnuLEAST32 SCnuLEAST64 SCnuMAX SCnx16 SCnx32 SCnx64 SCnxFAST16 SCnxFAST32 SCnxFAST64 SCnxLEAST16 SCnxLEAST32 SCnxLEAST64 SCnxMAX |