codice:
struct elemento {
    int inf;
    struct elemento *pun;
} *crea_lista(void);