NAME
getegid – get the effective group ID
SYNOPSIS
1 2 |
#include<unistd.h> gid_t getegid(void); |
DESCRIPTION
The getegid() function shall return the effective group ID of the calling process.
RETURN VALUE
The getegid() function shall always be successful and no return value is reserved to indicate an error.
ERRORS
No errors are defined.