write_cstr

Function write_cstr 

Source
pub fn write_cstr(out: &mut Vec<u8>, s: &str)
Expand description

Write null-terminated string from &str.