Go to the first, previous, next, last section, table of contents.

getpgrp

`getpgrp(PID)'
`getpgrp PID'
指定した PID のプロセスグループを返す。 getpgrp(2) をインプリメントしていないマシンで使用すると 致命的エラーとなる。 EXPR を省略すると、現プロセスのプロセスグループを返す。

Go to the first, previous, next, last section, table of contents.