binaryninja/commercial/scc-docs/getpgrp.txt

16 lines
320 B
Plaintext

getpgrp
=======
:title: Shellcode Compiler Runtime
---------------------------------------------
pid_t getpgrp(void);
---------------------------------------------
Returns the process group ID for the current process.
See also
--------
link:getpgid.html[getpgid],
link:setpgid.html[setpgid],
link:setsid.html[setsid]