inj_memtype_t
inj_memtype_t dlm_type; /* Type of this member */
inj_decl_mem_create(const char *name, inj_memtype_t type)
inj_memtype_t dltype = dlm->dlm_type;
inj_defn_lookup(const char *name, inj_memtype_t type)
extern inj_declmem_t *inj_decl_mem_create(const char *, inj_memtype_t);
extern inj_defn_t *inj_defn_lookup(const char *, inj_memtype_t);
extern inj_memtype_t inj_item2mem(inj_itemtype_t);
extern const char *inj_mem2str(inj_memtype_t);
extern inj_itemtype_t inj_mem2item(inj_memtype_t);
inj_memtype_t
static const inj_memtype_t mems[] = {
assert(item >= 0 && item < sizeof (mems) / sizeof (inj_memtype_t));
inj_mem2item(inj_memtype_t mem)
inj_mem2str(inj_memtype_t mem)