
### NAME

    all_inventory() - return the inventory of an object

### SYNOPSIS

    object *all_inventory( object ob );

### DESCRIPTION

    Returns an array of the objects contained in the inventory of <ob>.

### SEE ALSO

    first_inventory(3), next_inventory(3), deep_inventory(3)

