Type Definition kvarn::prelude::networking::prelude::utils::prelude::compact_str::core::ffi::c_schar

1.64.0 · source ·
pub type c_schar = i8;
Available on non-crate feature miri-test-libstd only.
Expand description

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.