stdint.5 (2010 09)

s
stdint(5) stdint(5)
int_least64_t smallest signed integer of at least 64 bits
uint_least8_t smallest unsigned integer of at least 8 bits
uint_least16_t
smallest unsigned integer of at least 16 bits
uint_least32_t
smallest unsigned integer of at least 32 bits
uint_least64_t
smallest unsigned integer of at least 64 bits
The following macros define the minimum and maximum values that can be stored in the above data
types.
INTMAX_MIN minimum value that can be stored in the largest integer data type
INTMAX_MAX maximum value that can be stored in the largest signed integer data type
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
2 Hewlett-Packard Company 2 HP-UX 11i Version 3: September 2010