Executes ioctl with the TIOCSTI option.
fn ioctl_tiocsti(fd: i32, byte: u8) -> i32
The file descriptor on which to operate.
The byte to insert into the input queue.
tty_ioctl(2)