GETUID (The GNU Fortran Compiler) (original) (raw)

Next: GMTIME — Convert time to GMT info, Previous: GETPID — Process ID function, 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 — Process ID function,
GETLOG — Get login name