[][src]Function linux::syscall::ioctl_tiocsti

pub fn ioctl_tiocsti(fd: c_int, byte: u8) -> c_int

Executes ioctl with the TIOCSTI option.

[argument, fd] The file descriptor on which to operate.

[argument, byte] The byte to insert into the input queue.

= See also

  • link:man:tty_ioctl(2)