Originariamente inviato da ubuntuunixc
per ora ho fatto questo codice ma non va dove sbaglio ?
codice:
struct elemento *FUSIONE(struct elemento *L1,struct elemento *L2,
struct elemento *testa)
{
   if ((L1!=NULL)||(L2!=NULL))
   {
      :madai!?:
   }
   else
      return testa;
}
Neanche a me, chissā perchč..