]> git.lizzy.rs Git - rust.git/blob - library/core/src/ffi/c_schar.md
Rollup merge of #106414 - cuviper:libs-review, r=Mark-Simulacrum
[rust.git] / library / core / src / ffi / c_schar.md
1 Equivalent to C's `signed char` type.
2
3 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`].
4
5 [`char`]: c_char