[][src]Type Definition tinyrlibc::CChar

type CChar = u8;

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