Next:
GETPID
, Previous:
FREE
, Up:
Intrinsic Procedures
8.63
GETGID
— Group ID function
Description
:
Returns the numerical group ID of the current process.
Option
:
gnu
Class
:
function
Syntax
:
I = GETGID()
Return value
:
The return value of
GETGID
is an
INTEGER
of the default kind.
Example
:
See
GETPID
for an example.