stdint.h File Reference

Typedef int8_t

typedef __int8_t int8_t

denotes a signed integer type with a width of exactly 8 bits.

_INT8_T_DECLARED

Typedef int16_t

typedef __int16_t int16_t

denotes a signed integer type with a width of exactly 16 bits.

_INT16_T_DECLARED

Typedef int32_t

typedef __int32_t int32_t

denotes a signed integer type with a width of exactly 32 bits.

_INT32_T_DECLARED

Typedef int64_t

typedef __int64_t int64_t

denotes a signed integer type with a width of exactly 64 bits.

_INT64_T_DECLARED

Typedef uint8_t

typedef __uint8_t uint8_t

_UINT8_T_DECLARED

Typedef uint16_t

typedef __uint16_t uint16_t

_UINT16_T_DECLARED

Typedef uint32_t

typedef __uint32_t uint32_t

_UINT32_T_DECLARED

Typedef uint64_t

typedef __uint64_t uint64_t

denotes a unsigned integer type with a width of exactly 64 bits.

_UINT64_T_DECLARED

Typedef int_least8_t

typedef __int_least8_t int_least8_t

denotes an signed integer type with a width of at least 8 bits.

Typedef int_least16_t

typedef __int_least16_t int_least16_t

denotes an signed integer type with a width of at least 16 bits.

Typedef int_least32_t

typedef __int_least32_t int_least32_t

denotes an signed integer type with a width of at least 32 bits.

Typedef int_least64_t

typedef __int_least64_t int_least64_t

denotes an signed integer type with a width of at least 64 bits.

Typedef uint_least8_t

typedef __uint_least8_t uint_least8_t

denotes an unsigned integer type with a width of at least 8 bits.

Typedef uint_least16_t

typedef __uint_least16_t uint_least16_t

denotes an unsigned integer type with a width of at least 16 bits.

Typedef uint_least32_t

typedef __uint_least32_t uint_least32_t

denotes an unsigned integer type with a width of at least 32 bits.

Typedef uint_least64_t

typedef __uint_least64_t uint_least64_t

denotes an unsigned integer type with a width of at least 64 bits.

Typedef int_fast8_t

typedef __int_fast8_t int_fast8_t

designates the fastest signed integer type with a width of at least 8 bits.

Typedef int_fast16_t

typedef __int_fast16_t int_fast16_t

designates the fastest signed integer type with a width of at least 16 bits.

Typedef int_fast32_t

typedef __int_fast32_t int_fast32_t

designates the fastest signed integer type with a width of at least 32 bits.

Typedef int_fast64_t

typedef __int_fast64_t int_fast64_t

designates the fastest signed integer type with a width of at least 64 bits.

Typedef uint_fast8_t

typedef __uint_fast8_t uint_fast8_t

designates the fastest unsigned integer type with a width of at least 8 bits.

Typedef uint_fast16_t

typedef __uint_fast16_t uint_fast16_t

designates the fastest unsigned integer type with a width of at least 16 bits.

Typedef uint_fast32_t

typedef __uint_fast32_t uint_fast32_t

designates the fastest unsigned integer type with a width of at least 32 bits.

Typedef uint_fast64_t

typedef __uint_fast64_t uint_fast64_t

designates the fastest unsigned integer type with a width of at least 64 bits.

Typedef intmax_t

typedef __intmax_t intmax_t

designates a signed integer type capable of representing any value of any signed integer type

Typedef uintmax_t

typedef __uintmax_t uintmax_t

designates an unsigned integer type capable of representing any value of any unsigned integer type

Typedef intptr_t

typedef __intptr_t intptr_t

designates a signed integer type with the property that any valid pointer to void can be converted to this type, then converted back to a pointer to void, and the result will compare equal to the original pointer.

Typedef uintptr_t

typedef __uintptr_t uintptr_t

designates an unsigned integer type with the property that any valid pointer to void can be converted to this type, then converted back to a pointer to void, and the result will compare equal to the original pointer

_INTPTR_T_DECLARED