Home
last modified time | relevance | path

Searched refs:c_str (Results 1 – 1 of 1) sorted by relevance

/build/rust/tests/test_bindgen_test/test_for_hello_world/
Dmain.rs35 let c_str = CString::new("This is a message from C").unwrap(); in main() localVariable
36 let c_world: *const c_char = c_str.as_ptr() as *const c_char; in main()