Rust functions that return allocated strings ... *mut c_char { let mut song = String::from(" "); song.extend(iter::repeat("na ").take(length as usize)); ...
確定! 回上一頁