Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/mach2/src/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 196 B image not shown  

Quelle  boolean.rs   Sprache: unbekannt

 
//! 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;

[ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ]