inventory
static struct inventory *get_inv(uint64_t stocknum)
struct inventory inv;
static struct inventory inven[100];
typedef struct inventory inventory_t;
static struct inventory *invptr;
struct inventory inv[10];
static struct inventory invtop;