mnn::prelude

Function fgets

source
pub unsafe extern "C" fn fgets(
    buf: *mut i8,
    n: i32,
    stream: *mut FILE,
) -> *mut i8