devela::_dep::nc::call

Function getppid

pub unsafe fn getppid() -> i32 
Available on crate feature dep_nc only.
Expand description

Get the process ID of the parent of the calling process.

§Examples

let ppid = unsafe { nc::getppid() };
assert!(ppid > 0);