list_addfront
definitions = list_addfront(definitions, new);
struct node * list_addfront(struct node *listp, struct node *newp);