lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
NAME
	hash_name - return the hash_name of an object

SYNTAX
	string hash_name(object o);

DESCRIPTION
	Returns the hash name of an object. find_object(hash_name(o))==o
	is always true.

NOTA BENE
	Though the above statement is always true at all times it is not
	certain that you can find an object that you stored the hash_name
	of earlier as objects might change their names.

SEE ALSO
	file_name, hash_name, enter_obj_hash