pub type c_schar = i8;
⚙️ core Equivalent to the corresponding C type.
core
Re-exported from core::ffi:: .
ffi::
Equivalent to C’s signed char type.
signed char
This type will always be i8, but is included for completeness. It is defined as being a signed integer the same size as a C char.
i8
char