rustix
0.38.39
getppid
Sections
References
In rustix::
process
rustix
::
process
Function
getppid
Copy item path
source
pub fn getppid() ->
Option
<
Pid
>
Expand description
getppid()
—Returns the parent process’ ID.
§
References
POSIX
Linux