Back to Rust

C Uchar

library/core/src/ffi/c_uchar.md

1.97.1199 B
Original Source

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.