geteuid(2) DG/UX 5.4R3.00 geteuid(2)
NAME
geteuid - get the effective-user-id
SYNOPSIS
#include <sys/types.h>
uidt geteuid ()
DESCRIPTION
Geteuid returns the effective-user-id of the calling process.
ACCESS CONTROL
No access checking is performed.
RETURN VALUE
0..MAXUID The return value is always the effective-user-id of
the calling process.
DIAGNOSTICS
None.
SEE ALSO
getuid(2), getgid(2), getegid(2), setuid(2), setgid(2), setregid(2),
setreuid(2).
Licensed material--property of copyright holder(s) 1