名称：
	export_uid - 设定一个物件的 uid (user id，使用者识别名称)。
用法：
	int export_uid( object ob );

	整数 export_uid( 物件 物件 );
用法：
	本函式仅在编译时定义 PACKAGE_UIDS 才有效。

	设定“ob”的 uid 为 this_object() 的 euid〈effective uid，有效使用
	者识别名称〉。只有在“ob”的 euid 为 0 时才能如此设定。
参考：
	seteuid, getuid, geteuid, valid_seteuid
作者：
	Tim Hollebeek  Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
翻译：
	spock@muds.net		2000.Aug.23.	v22 版
