Copyright Digital Equipment Corp. All rights reserved.

getgid

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

   With POSIX IDs enabled, this function returns the real group ID.

   Format

     #include  <unistd.h>

     gid_t getgid  (void);
 


Additional information available:

Description     Return_Value