Sesso: test

Il seguente main &egarve; stato usato per testare SESSo.
main()
{
SESSO S1,S2,S3;

   S1 = LeggiSesso(stdin);fgetc(stdin);
   ScriviSesso(stdout,S1);
   printf("\n");
 
   S2 = LeggiSesso(stdin);fgetc(stdin);
   ScriviSesso(stdout,S2);
   printf("\n");
 
   S3 = LeggiSesso(stdin);fgetc(stdin);
   ScriviSesso(stdout,S3);
   printf("\n");
 }