c_char

Type Alias c_char 

Source
pub type c_char = u8;
Expand description

Equivalent to C’s char type.