Function otter::prelude::unistd::ttyname[][src]

pub fn ttyname(fd: i32) -> Result<PathBuf, Error>
Expand description

Get the name of the terminal device that is open on file descriptor fd (see ttyname(3)).