NAME
getuid() - return the user id (uid) of an object
SYNOPSIS
string getuid(object ob);
DESCRIPTION
Returns the user id of an object. The uid of an object is determined at
object creation time by the creator_file() simulated efunction.
SEE ALSO
seteuid(3)
, geteuid(3)
.