Returns, in OpenVMS terms, the group number from the user
identification code (UIC). For example, if the UIC is [313,031],
313 is the group number.
Format
#include <unistd.h>
gid_t getegid (void);
Description
In DEC C for OpenVMS Systems, the
getgid and getegid functions both return the group number from the
current UIC. See also geteuid and getuid in this section.
Return Value
x | The group number from the
UIC. |
Previous Page | Next Page | Table of Contents | Index