Home
last modified time | relevance | path

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

/build/rust/tests/test_bindgen_test/test_for_hello_world/
Dmain.rs36 let c_world: *const c_char = c_str.as_ptr() as *const c_char; in main() localVariable
38 c_ffi::SayHello(c_world); in main()