Sha256: 1d24ea9872748881cd7269a383a7c344e3a650df23f0e44e3b6c266fb8205d9a
Contents?: true
Size: 196 Bytes
Versions: 38
Compression:
Stored size: 196 Bytes
Contents
//! This module corresponds to `mach/i386/boolean.h`. #[cfg(target_arch = "x86_64")] pub type boolean_t = ::libc::c_uint; #[cfg(not(target_arch = "x86_64"))] pub type boolean_t = ::libc::c_int;
Version data entries
38 entries across 38 versions & 1 rubygems