]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/raw/schar.md
Rollup merge of #72734 - pickfire:liballoc, r=KodrAus
[rust.git] / library / std / src / os / raw / 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