NAME
next_living() - returns the next living object in the living object hash list
SYNOPSIS
object next_living(object);
DESCRIPTION
Living objects have pointers to the living objects set living before them
in the driver. This (low-level) efun provides access to that by
returning the next object in that list after the given object.
SEE ALSO
enable_commands(3)
, disable_commands(3)