-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
ctermid gets the path of the controlling terminal, see ctermid:
pub fn ctermid(c: *mut libc::c_char) -> *mut libc::c_char;
This is POSIX API; it definitely exists on Linux, and I presume on all other Unix systems as well.
suguruwataru