Function rustix::process::getppid[][src]

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

getppid()—Returns the parent process’ ID.

References