Aktualizovat „du4/program.c“
This commit is contained in:
parent
95b8458898
commit
0673cb9613
@ -75,9 +75,15 @@ char checkend(void){
|
||||
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);
|
||||
return c;
|
||||
}
|
||||
++count;
|
||||
fseek(stdin,-count,SEEK_CUR);
|
||||
return c;
|
||||
fseek(stdin,-count,SEEK_CUR);
|
||||
return b;
|
||||
}
|
||||
++count;
|
||||
fseek(stdin,-count,SEEK_CUR);
|
||||
|
Loading…
Reference in New Issue
Block a user