Crate c99

source ·

Constants

Maximum value of an object of type int8_t.
Minimum value of an object of type int8_t.
Maximum value of an object of type int16_t.
Minimum value of an object of type int16_t.
Maximum value of an object of type int32_t.
Minimum value of an object of type int32_t.
Maximum value of an object of type int64_t.
Minimum value of an object of type int64_t.
Minimum value of an object of type intmax_t.
Maximum value of an object of type intmax_t.
Minimum value of an object of type intptr_t.
Maximum value of an object of type intptr_t.
Maximum value of an object of type int_fast8_t.
Minimum value of an object of type int_fast8_t.
Maximum value of an object of type int_fast16_t.
Minimum value of an object of type int_fast16_t.
Maximum value of an object of type int_fast32_t.
Minimum value of an object of type int_fast32_t.
Maximum value of an object of type int_fast64_t.
Minimum value of an object of type int_fast64_t.
Maximum value of an object of type int_least8_t.
Minimum value of an object of type int_least8_t.
Maximum value of an object of type int_least16_t.
Minimum value of an object of type int_least16_t.
Maximum value of an object of type int_least32_t.
Minimum value of an object of type int_least32_t.
Maximum value of an object of type int_least64_t.
Minimum value of an object of type int_least64_t.
Maximum value of an object of type uint8_t.
Maximum value of an object of type uint16_t.
Maximum value of an object of type uint32_t.
Maximum value of an object of type uint64_t.
Maximum value of an object of type uintmax_t.
Maximum value of an object of type uintptr_t.
Maximum value of an object of type uint_fast8_t.
Maximum value of an object of type uint_fast16_t.
Maximum value of an object of type uint_fast32_t.
Maximum value of an object of type uint_fast64_t.
Maximum value of an object of type uint_least8_t.
Maximum value of an object of type uint_least16_t.
Maximum value of an object of type uint_least32_t.
Maximum value of an object of type uint_least64_t.

Type Definitions

Signed integer type with width of exactly 8 bits.
Signed integer type with width of exactly 16 bits.
Signed integer type with width of exactly 32 bits.
Signed integer type with width of exactly 64 bits.
Fastest signed integer type with width of at least 8 bits.
Fastest signed integer type with width of at least 16 bits.
Fastest signed integer type with width of at least 32 bits.
Fastest signed integer type with width of at least 64 bits.
Smallest signed integer type with width of at least 8 bits.
Smallest signed integer type with width of at least 16 bits.
Smallest signed integer type with width of at least 32 bits.
Smallest signed integer type with width of at least 64 bits.
Maximum-width signed integer type.
Signed integer type capable of holding a pointer to std::ffi::c_void.
The unsigned integer type of the result of the sizeof operator.
Used for a count of bytes or an error indication.
Unsigned integer type with width of exactly 8 bits.
Unsigned integer type with width of exactly 16 bits.
Unsigned integer type with width of exactly 32 bits.
Unsigned integer type with width of exactly 64 bits.
Fastest unsigned integer type with width of at least 8 bits.
Fastest unsigned integer type with width of at least 16 bits.
Fastest unsigned integer type with width of at least 32 bits.
Fastest unsigned integer type with width of at least 64 bits.
Smallest unsigned integer type with width of at least 8 bits.
Smallest unsigned integer type with width of at least 16 bits.
Smallest unsigned integer type with width of at least 32 bits.
Smallest unsigned integer type with width of at least 64 bits.
Maximum-width unsigned integer type.
Unsigned integer type capable of holding a pointer to std::ffi::c_void.