find_cycle
static GNode *find_cycle(Lst, struct growableArray *);
c = find_cycle(t, &cycle);
c = find_cycle(&gn->children, cycle);