Added rd_fd and wr_fd.
This commit is contained in:
@@ -81,6 +81,12 @@ rd_close()
|
||||
{
|
||||
|
||||
close(outfile);
|
||||
outfile = -1;
|
||||
}
|
||||
|
||||
rd_fd()
|
||||
{
|
||||
return outfile;
|
||||
}
|
||||
|
||||
rd_ohead(head)
|
||||
|
||||
Reference in New Issue
Block a user