getegid - get the effective group ID
#include <sys/types.h> #include <unistd.h> gid_t getegid(void);
The getegid() function returns the effective group ID of the calling process.
The getegid() function is always successful and no return value is reserved to indicate an error.
No errors are defined.
None.
None.
None.
getgid(), setgid(), <sys/types.h>, <unistd.h>.
Derived from Issue 1 of the SVID.