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

GETGID

Portability Function: Returns the group ID of the user of a process.

モジュール

USE IFPORT

result = GETGID( )

結果

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

  USE IFPORT
  ISTAT = GETGID( ) 

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