]> git.lizzy.rs Git - rust.git/blob - library/core/src/ffi/c_uchar.md
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / library / core / src / ffi / c_uchar.md
1 Equivalent to C's `unsigned char` type.
2
3 This type will always be [`u8`], but is included for completeness. It is defined as being an unsigned integer the same size as a C [`char`].
4
5 [`char`]: c_char