NAME
        getuid - give the userid of an object

SYNOPSIS
	string getuid(object ob)

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

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

SEE ALSO
        setuid, seteuid


