Skip to main content

gets

Function gets 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn gets(s: *mut c_char) -> *mut c_char
👎Deprecated
Expand description

See https://pubs.opengroup.org/onlinepubs/9699919799/functions/gets.html.

Marked obsolescent in issue 7. fgets is recommended instead, which is what this implementation calls.

Get a string from stdin