Copyright Digital Equipment Corp. All rights reserved.
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);
Description Return_Value