getpgrp

Name

getpgrp -- Get process group id.

Type: function

Synopsis

getpgrp(, pid);

Return Values

pid

An instance of <integer>

Description

Returns the process group id (the process id of the group leader?).