#include <unistd.h>
pid_t getpgrp(void);
Partially implemented
IEEE Std 1003.1-2017
The getpgrp()
function shall return the process group ID of the calling process.
The getpgrp()
function shall always be successful, and no return value is reserved to indicate an error.
No errors are defined.
Untested
None