Function libc::fgets [] [src]

pub unsafe extern "C" fn fgets(
    buf: *mut c_char,
    n: c_int,
    stream: *mut FILE
) -> *mut c_char
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io