Aktualizovat „du4/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-04-03 07:28:00 +00:00
parent 95b8458898
commit 0673cb9613

View File

@ -74,6 +74,8 @@ char checkend(void){
++count;
if(c==EOF || c=='\n'){
int a=c;
if((c=getchar())==EOF){
int b=c;
if((c=getchar())==EOF){
++count;
fseek(stdin,-count,SEEK_CUR);
@ -81,6 +83,10 @@ char checkend(void){
}
++count;
fseek(stdin,-count,SEEK_CUR);
return b;
}
++count;
fseek(stdin,-count,SEEK_CUR);
return a;
}
else if(!isspace(c)){