codice:
struct _vocali {
   char L[4];   /* qui!! */
   int N;
}vocali = {
   {'a', 'e', 'i', 'o', 'u'},
   5
};