HP-UX Reference (11i v1 05/09) - 5 Miscellaneous Topics (vol 9)
i
inttypes(5) inttypes(5)
UINTMAX_MAX maximum value that can be stored in the largest unsigned integer data type
INTFAST_MIN minimum value that can be stored in the most efficient integer data type
INTFAST_MAX maximum value that can be stored in the most efficient signed integer data type
UINTFAST_MAX maximum value that can be stored in the most efficient unsigned integer data type
INT8_MIN minimum value that can be stored in an
int8_t data type
INT16_MIN minimum value that can be stored in an
int16_t data type
INT32_MIN minimum value that can be stored in an
int32_t data type
INT64_MIN minimum value that can be stored in an
int64_t data type
INT8_MAX maximum value that can be stored in an
int8_t data type
INT16_MAX maximum value that can be stored in an
int16_t data type
INT32_MAX maximum value that can be stored in an
int32_t data type
INT64_MAX maximum value that can be stored in an
int64_t data type
UINT8_MAX maximum value that can be stored in an
uint8_t data type
UINT16_MAX maximum value that can be stored in an
uint16_t data type
UINT32_MAX maximum value that can be stored in an
uint32_t data type
UINT64_MAX maximum value that can be stored in an uint64_t data type
INT_FAST8_MIN minimum value that can be stored in an int_fast8_t data type
INT_FAST16_MIN minimum value that can be stored in an
int_fast16_t data type
INT_FAST32_MIN minimum value that can be stored in an
int_fast32_t data type
INT_FAST64_MIN minimum value that can be stored in an
int_fast64_t data type
INT_FAST8_MAX maximum value that can be stored in an int_fast8_t data type
INT_FAST16_MAX maximum value that can be stored in an
int_fast16_t data type
INT_FAST32_MAX maximum value that can be stored in an
int_fast32_t data type
INT_FAST64_MAX maximum value that can be stored in an
int_fast64_t data type
INT_LEAST8_MIN minimum value that can be stored in an
int_least8_t data type
INT_LEAST16_MIN minimum value that can be stored in an
int_least16_t data type
INT_LEAST32_MIN minimum value that can be stored in an
int_least_32_t data type
INT_LEAST64_MIN minimum value that can be stored in an
int_least_64_t data type
INT_LEAST8_MAX maximum value that can be stored in an
int_least8_t data type
INT_LEAST16_MAX maximum value that can be stored in an
int_least16_t data type
INT_LEAST32_MAX maximum value that can be stored in an
int_least_32_t data type
INT_LEAST64_MAX maximum value that can be stored in an
int_least_64_t data type
The following macros can be used as formatting options with the
printf() family of functions (see
printf(3S)). These macros are used to select the correct formatting option for the integer data types defined
earlier in this manual page.
PRId8 d print formatting option for int8_t
PRId16 d
print formatting option for int16_t
PRId32 d
print formatting option for int32_t
PRId64 d
print formatting option for int64_t
PRIdMAX d
print formatting option for intmax_t
PRIdFAST8 d
print formatting option for int_fast8_t
PRIdFAST16 d
print formatting option for int_fast16_t
PRIdFAST32 d
print formatting option for int_fast32_t
PRIdFAST64 d
print formatting option for int_fast64_t
PRIdFAST d
print formatting option for intfast_t
PRIdLEAST8 d
print formatting option for int_least8_t
PRIdLEAST16 d
print formatting option for int_least16_t
PRIdLEAST32 d
print formatting option for int_least32_t
PRIdLEAST64 d
print formatting option for int_least64_t
PRIi8 i
print formatting option for int8_t
PRIi16 i
print formatting option for int16_t
PRIi32 i
print formatting option for int32_t
PRIi64 i
print formatting option for int64_t
PRIiFAST8 i
print formatting option for int_fast8_t
PRIiFAST16 i
print formatting option for int_fast16_t
Section 5−−70 Hewlett-Packard Company − 2 − HP-UX 11i Version 1: September 2005