void fun(void){ struct Stanza *scorritore = stanza_inizio; struct Stanza *successivo; if (scorritore == NULL){ // nothing }else { while (scorritore != NU