pub unsafe extern "C" fn fgets(
__s: *mut c_char,
__n: c_int,
__stream: *mut FILE,
) -> *mut c_charExpand description
Get a newline-terminated string of finite length from STREAM.
This function is a possible cancellation point and therefore not marked with __THROW.