elt_t
elt_t *elt;
elt_t *elt, *nelt;
elt = (elt_t *)malloc(sizeof(*elt));
typedef LIST(elt_t) eltlist_t;