c_uchar

Type Alias c_uchar 

Source
pub type c_uchar = u8;
Expand description

Equivalent to C’s unsigned char type.