#ifndef IOSTREAM_RAWLOG_H
#define IOSTREAM_RAWLOG_H
enum iostream_rawlog_flags {
};
/* Create rawlog *.in and *.out files to the given directory. */
/* Create rawlog prefix.in and prefix.out files. */
/* Create rawlog path, writing both input and output to the same file. */
/* Create rawlog that appends to the given rawlog_output.
Both input and output are written to the same stream. */
#endif