Added some buffering for writes

This commit is contained in:
ceriel
1987-02-13 12:44:33 +00:00
parent e40457dada
commit a32f5d2a29
2 changed files with 70 additions and 16 deletions

View File

@@ -109,6 +109,7 @@ char **argv;
pass_23(PASS_2);
#endif
pass_23(PASS_3);
oflush();
wr_close();
stop();
}