NAME
	geteuid - give the effective userid of an object

SYNOPSIS
	string geteuid(object ob)

DESCRIPTION
	This function returns the effective userid of the specified 
	object `ob'. 

	If no argument `ob' is given, `this_object()' is used by default.

SEE ALSO
	getuid, setuid, seteuid

