Moving the ASCII writer over to use UNIX I/O rather than stdio.

This commit is contained in:
Robin Sommer 2012-07-17 19:02:36 -07:00
parent f6b883bafc
commit e90918aa50
4 changed files with 24 additions and 24 deletions

View file

@ -37,7 +37,7 @@ private:
void CloseFile(double t);
string Timestamp(double t);
FILE* file;
int fd;
string fname;
ODesc desc;
bool ascii_done;