Sign in
rust
/
rust
/
526a91cbcc4601b92b0587405015e07b9c0d79f6
/
.
/
library
/
core
/
src
/
ffi
/
c_uchar.md
blob: b633bb7f8dacf5bf2ca300d0ab0a793acbbc3a49 [
file
] [
log
] [
blame
] [
view
]
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