]> git.lizzy.rs Git - rust.git/blob - src/libstd/os/raw/uchar.md
Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelix
[rust.git] / src / libstd / os / raw / 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`]: type.c_char.html
6 [`u8`]: ../../primitive.u8.html