binaryninja/scc-docs/getpgrp.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

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]