Next: , Previous: , Up: Intrinsic Procedures   [Contents][Index]


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,
GETUID