GETUID(2-POSIX) RISC/os Reference Manual GETUID(2-POSIX)
NAME
getuid, geteuid - get real user, effective user IDs
SYNOPSIS
#include <sys/types.h>
uidt getuid ()
uidt geteuid ()
DESCRIPTION
getuid returns the real user ID of the calling process.
geteuid returns the effective user ID of the calling pro-
cess.
SEE ALSO
intro(2), setuid(2).
Printed 1/15/91 Page 1