Function rustix::process::getppid

source ·
pub fn getppid() -> Option<Pid>
Expand description

getppid()—Returns the parent process’ ID.

§References