Type Alias simplicity_sys::ffi::UWORD
source · pub type UWORD = usize;
Expand description
Used in C code to give the project a Win32 vibe; actually defined as
uint_least16_t
.
pub type UWORD = usize;
Used in C code to give the project a Win32 vibe; actually defined as
uint_least16_t
.