[][src]Function avr_libc::gets

pub unsafe extern "C" fn gets(__str: *mut i8) -> *mut i8

Similar to fgets() except that it will operate on stream \c stdin, and the trailing newline (if any) will not be stored in the string. It is the caller's responsibility to provide enough storage to hold the characters read.