codice:
typedef struct Structure {
        unsigned int Value;
        struct Structure * Next;
} Element;