#[unsafe(no_mangle)]pub unsafe extern "C" fn fgets(
original: *mut c_char,
max: c_int,
stream: *mut FILE,
) -> *mut c_charExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fgets.html.
Get a string from the stream