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


8.130 GETUID — User ID function

Synopsis:

RESULT = GETUID()

Description:

Returns the numerical user ID of the current process.

Class:

Function

Return value:

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

Example:

See GETPID for an example.

Standard:

GNU extension

See also:

GETPID,
GETLOG