HP 3000 Manuals

geteuid [ MPE/iX Developer's Kit Reference Manual Volume I ] MPE/iX 5.0 Documentation


MPE/iX Developer's Kit Reference Manual Volume I

geteuid 

Returns the effective user ID.

Syntax 

     #include <sys/types.h>
     #include <unistd.h>
     uid_t geteuid (void);

Parameters 

None.

Return Values 

The effective UID of the calling process.

Description 

The geteuid() function returns the effective user ID (UID) of the calling
process.

Implementation Considerations 

None.

Errors 

None.

See Also 

getegid(), getgid(), getuid(), POSIX.1 (Section 4.2.1)



MPE/iX 5.0 Documentation