Sign in
rust
/
rust
/
e8a63124746761e743d69ea510194de2ada4034f
/
.
/
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