binaryninja/personal/scc-docs/getpgrp.txt

16 lines
320 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
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]