MudOSa4DGD/
MudOSa4DGD/bin/
MudOSa4DGD/data/
MudOSa4DGD/doc/
MudOSa4DGD/doc/driver/
MudOSa4DGD/doc/efun/bitstrings/
MudOSa4DGD/doc/efun/command/
MudOSa4DGD/doc/efun/communication/
MudOSa4DGD/doc/efun/heart_beat/
MudOSa4DGD/doc/efun/interactive/
MudOSa4DGD/doc/efun/inventory/
MudOSa4DGD/doc/efun/living/
MudOSa4DGD/doc/efun/mappings/
MudOSa4DGD/doc/efun/strings/
MudOSa4DGD/doc/efun/uid/
MudOSa4DGD/doc/funs/
MudOSa4DGD/doc/language/
MudOSa4DGD/mudlib/dgd/doc/
MudOSa4DGD/mudlib/dgd/lib/include/dgd/
MudOSa4DGD/mudlib/dgd/lib/std/
MudOSa4DGD/mudlib/dgd/lib/sys/
MudOSa4DGD/mudlib/dgd/log/
MudOSa4DGD/mudlib/log/
MudOSa4DGD/mudlib/std/include/
MudOSa4DGD/mudlib/std/obj/
NAME
	call_trace - return the function call trace

SYNOPSIS
	mixed **call_trace()


DESCRIPTION
	Return the function call trace as an array.  The elements are of
	the following format:

	    ({ objname, progname, function, line, extern, arg1, ..., argn })

	The line number is 0 if the function is in a compiled object.
	Extern is 1 if the function was called with call_other(), and 0
	otherwise.
	The offsets in the array are named in the include file <trace.h>.
	The last element of the returned array is the trace of the
	current function.

SEE ALSO
	kfun/previous_object, kfun/previous_program