Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/libc/src/qurt/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 675 B image not shown  

Quelle  mod.rs

  Sprache: Rust
 

//! Interface to QuRT (Qualcomm Real-Time OS) C library
//!
//! This module re-exports items from the new module structure.
//! QuRT was introduced after the `src/new/` module structure was established,
//! so all definitions live in `src/new/qurt/` and are re-exported here
//! for compatibility with the existing libc structure.

// Re-export everything from the new qurt module
pub use crate::new::qurt::*;

// Architecture-specific modules (if any are needed in the future)
cfg_if! {
    if #[cfg(target_arch = "hexagon")] {
        // Currently no hexagon-specific items needed beyond what's in new/qurt
    } else {
        // Add other architectures as needed
    }
}

Messung V0.5 in Prozent
C=45 H=100 G=77

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.