Skip to main content

write_c_string

Function write_c_string 

Source
pub fn write_c_string(w: &mut impl Write, s: &str) -> Result<()>
Expand description

Helper to write a C-Style string (null terminated)