Content deleted Content added
HeyElliott (talk | contribs) |
Tags: Mobile edit Mobile web edit |
||
Line 248:
}
▲ fputs("An error occurred while reading the file.\n", stderr);
}▼
buffer[i] = rc;▼
}
fclose(fp);
printf("The bytes read were
for (int i = 0; i < 5; ++i) {
putchar('\n');
return EXIT_SUCCESS;
|