rustix::process

Function getppid

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

getppid()—Returns the parent process’ ID.

§References