インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド

GETUID

Portability Function: Returns the user ID of the calling process.

モジュール

USE IFPORT

result = GETUID( )

結果

The result type is INTEGER(4). The result corresponds to the user identity under which the program is running. The result is returned as follows:

USE IFPORT
integer(4) istat
ISTAT = GETUID( ) 

このヘルプトピックについてのフィードバックを送信