8.127 GETGID — Group ID function

Synopsis:

RESULT = GETGID()

Description:

Returns the numerical group ID of the current process.

Class:

Function

Return value:

The return value of GETGID is an INTEGER of the default kind.

Example:

See GETPID for an example.

Standard:

GNU extension

See also:

GETPID — Process ID function,
GETUID — User ID function