getgid

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 getgid  (void);

Description

In DEC C for OpenVMS Systems, the getgid and getegid functions both return the group number from the current UIC. Similarly, getuid and geteuid both return the member number from the current UIC.

Return Value
The group number from the current UIC. 


Previous Page | Next Page | Table of Contents | Index