Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

ttyname_r

Function ttyname_r 

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