NAME
	living - determine if an object is living

SYNOPSIS
	int living(object ob|int foobar)

DESCRIPTION
	This function returns 1 if the specified object `ob' is
	living and 0 otherwise.
	
	If the given argument is an integer, 0 is returned.

SEE ALSO
	enable_commands

