summaryrefslogtreecommitdiffstats
path: root/library/core/src/ffi/c_uchar.md
blob: b633bb7f8dacf5bf2ca300d0ab0a793acbbc3a49 (plain)
1
2
3
4
5
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`]: c_char