VMS Help  —  CRTL  getegid
    With POSIX IDs disabled, this function is equivalent to getgid
    and returns the group number from the user identification code
    (UIC).

    With POSIX IDs enabled, this function returns the effective group
    ID of the calling process.

    Format

      #include  <unistd.h>

      gid_t getegid  (void);
Additional Information: explode extract
Description Return Value
Close Help