codice:
(*L1)->next->next = scorri((*L1)->next,(*L1)->next->next);
e qua:
codice:
(*L1)->next = scorri((*L1),(*L1)->next);