[go: up one dir, main page]

ptsname

Function ptsname 

Source
pub fn ptsname<Fd: AsFd, B: Into<Vec<u8>>>(fd: Fd, reuse: B) -> Result<CString>
Available on crate features pty and alloc only.
Expand description

ptsname(fd)—Return the name of a pseudoterminal.

§References