Searched refs:c_str (Results 1 – 1 of 1) sorted by relevance
35 let c_str = CString::new("This is a message from C").unwrap(); in main() localVariable36 let c_world: *const c_char = c_str.as_ptr() as *const c_char; in main()