Function tcgetattr

Source
pub unsafe extern "C" fn tcgetattr(
    __fd: c_int,
    __termios_p: *mut termios,
) -> c_int