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
	function_exists - determine if a function exist in an object or not

SYNTAX
	string function_exists(string str, object ob)

DESCRIPTION
	Return the file name of the program that defines the function str
	in object ob. The returned value can be other than file_name(ob)
	if the function is defined by an inherited object.
	0 is returned if the function was not defined.

SEE ALSO
	get_function