#[unsafe(no_mangle)]pub unsafe extern "C" fn getc(stream: *mut FILE) -> c_intExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/getc.html.
Get a single char from a stream
#[unsafe(no_mangle)]pub unsafe extern "C" fn getc(stream: *mut FILE) -> c_intSee https://pubs.opengroup.org/onlinepubs/9799919799/functions/getc.html.
Get a single char from a stream