typedef struct IteEntry{ node *f; node *g; node *h; node *where; }iteEntry;