puts

Function puts 

Source
pub fn puts<T: AsCStream>(s: &CStr, stream: T) -> Result<(), ()>
Expand description

Wrapper around libc::fputs.