[][src]Function gdnative_common::libc::fgets

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