Perchè
codice:
 for(char *c=strISBN; *c && i<10; ++c, ++i)
mi da errore...error: ‘for’ loop initial declarations are only allowed in C99 mode| ??????