rustix
0.38.37
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