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