.\"set the effective user id (euid) of an object
.DT
seteuid
$MUDNAME$ driver help
seteuid

.SH Name
.SI 5
seteuid() - set the effective user id (euid) of an object
.EI

.SH Synopsis
.SI 5
int seteuid( string str );
.EI

.SH Description
.SP 5 5
Set effective uid to `str'.  valid_seteuid() in the master object controls
which values the euid of an object may be set to.

When this value is 0, then the current objects uid can be changed by
export_uid(), and only then.

But, when the value is 0, no objects can be loaded or cloned by an object.
.EP

.SH See also
.SI 5
export_uid(), getuid(), geteuid(), this_object(), valid_seteuid()
.EI
