getegid [ MPE/iX Developer's Kit Reference Manual Volume I ] MPE/iX 5.0 Documentation
MPE/iX Developer's Kit Reference Manual Volume I
getegid
Returns the effective group ID.
Syntax
#include <sys/types.h>
#include <unistd.h>
gid_t getegid (void);
Parameters
None.
Return Values
The effective group ID of the calling process.
Description
The getegid() function returns the effective group ID (GID) of the
calling process.
Implementation Considerations
None.
Errors
None.
See Also
getgid(), geteuid(), getuid(), POSIX.1 (Section 4.2.1)
MPE/iX 5.0 Documentation