nodo_t x = lista->testa; finché (x non è nullo) e (x->next non è nullo) { x = x->next; } aggiungi_dopo(x, nuovoValore);