NAME
	inherit_list - return a list of all inherited objects of an object

SYNOPSIS
	string *inherit_list(object ob)

DESCRIPTION
	This function returns a list of all files that are inherited in
	the specified object `ob'.

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

