1#ifndef __INVENTORY_HEADER__
2#define __INVENTORY_HEADER__
unsigned int Inventory_read(const struct Inventory *this, unsigned int path, int *error)
void Inventory_update(struct Inventory *this, unsigned int path, unsigned int content, int *error)
struct Inventory * Inventory_construct(unsigned int length, int *error)
unsigned int Inventory_getNext(const struct Inventory *this)
struct Inventory * Inventory_destruct(struct Inventory *this)
void Inventory_append(struct Inventory *this, unsigned int content, int *error)
void Inventory_appendUnchecked(struct Inventory *this, unsigned int content, int *error)