Type Alias tinyrlibc::CChar

source ·
pub type CChar = u8;
Expand description

Represents an 8-bit char. Rust does not (and will never) support platforms where char is not 8-bits long.