Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Firefox
/
third_party
/
rust
/
cstr
/
tests
/
compile_fail
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 111 B
Quelle non-str.rs Sprache: unbekannt
use cstr::cstr;
fn main() {
let _foo = cstr!(1);
let _foo = cstr!(("a"));
let _foo = cstr!(&1);
}
[ Dauer der Verarbeitung: 0.11 Sekunden (vorverarbeitet)
]
2026-04-02