Aktualizovat "program.c

This commit is contained in:
Daniel Béreš 2019-11-10 15:33:58 +00:00
parent aeab8723bf
commit e8eb0ca6e7

View File

@ -36,6 +36,10 @@ int main() {
}
while((fgets(druhy_vstup,100,stdin))){
if (*druhy_vstup =='\n'){
printf("Koniec nacitania.\n");
goto koniec;
}
strtok(druhy_vstup,"\n");
if (!isdigit(*druhy_vstup)){