Type Definition c99::int8_t

source ·
pub type int8_t = i8;
Expand description

Signed integer type with width of exactly 8 bits.