14 lines
253 B
Plaintext
14 lines
253 B
Plaintext
|
getppid
|
||
|
=======
|
||
|
:title: Shellcode Compiler Runtime
|
||
|
|
||
|
---------------------------------------------
|
||
|
pid_t getppid(void);
|
||
|
---------------------------------------------
|
||
|
|
||
|
Gets the process ID of the parent process.
|
||
|
|
||
|
See also
|
||
|
--------
|
||
|
link:getpid.html[getpid]
|