Function libc::ttyname_r[][src]

pub unsafe extern "C" fn ttyname_r(
    fd: c_int,
    buf: *mut c_char,
    buflen: size_t
) -> c_int