Function rustix::process::getppid

source ·
pub fn getppid() -> Option<Pid>
Available on crate feature process only.
Expand description

getppid()—Returns the parent process’ ID.

§References