summary refs log tree commit diff
path: root/src/libstd/os/raw/uchar.md
blob: b6ca711f869347a2b1ab44f8542c946eaf72db63 (plain)
1
2
3
4
5
6
Equivalent to C's `unsigned char` type.

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`].

[`char`]: type.c_char.html
[`u8`]: ../../primitive.u8.html