struct list { struct node *start; struct node *end; };