Added rd_fd and wr_fd.

This commit is contained in:
ceriel
1987-01-13 15:10:23 +00:00
parent fdb292a182
commit 9fd7fe29a2
3 changed files with 46 additions and 2 deletions

View File

@@ -81,6 +81,12 @@ rd_close()
{
close(outfile);
outfile = -1;
}
rd_fd()
{
return outfile;
}
rd_ohead(head)