gets

Function gets 

Source
pub fn gets<T: AsCStream>(buf: &mut [u8], stream: T) -> Option<&CStr>
Expand description

Wrapper around libc::fgets.