[][src]Function linux::syscall::getppid

pub fn getppid() -> pid_t

Returns the process id of the parent of this process.

= See also

  • link:man:getppid(2)