Изменить 'du1/program.c'

This commit is contained in:
Oleksandr Hryshchenko 2021-02-23 17:06:35 +00:00
parent e84226769f
commit 64c8c29b1a

View File

@ -38,7 +38,7 @@ int main (){
else
printf("%c", c[i]);
}
printf("\n");
if(strchr(c, '\n') != NULL) printf("\n");
counter++;
}
memset(c, '\0', 100);