pub type c_schar = i8;Expand description
โ๏ธ ๐
core
Equivalent to the corresponding C type.
๐lang::prog::ffi::c re-exported from core::ffi
๐
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.