quebra de linha ao terminar
This commit is contained in:
parent
28243e2f41
commit
aebe5977a7
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ int main(int argc, char **argv) {
|
||||||
if (fgets(line, BUFSIZ, stdin) == NULL) break;
|
if (fgets(line, BUFSIZ, stdin) == NULL) break;
|
||||||
fprintf(fstr, "%s", line);
|
fprintf(fstr, "%s", line);
|
||||||
}
|
}
|
||||||
|
putchar('\n');
|
||||||
|
|
||||||
fclose(fstr);
|
fclose(fstr);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue