Type Alias c_char

Source
pub type c_char = i8;
Expand description

Platform-specific c_char type. This is defined for cases where the user cannot import libc.

Defined as u8 on arm and i8 everywhere else