Type Alias c_schar
pub type c_schar = c_schar;
Equivalent to C's signed char type.
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.
c_scharpub type c_schar = c_schar;
Equivalent to C's signed char type.
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.