#ifndef OSTREAM_CMP_H
#define OSTREAM_CMP_H
/* Compare given input stream to output being written to output stream. */
struct ostream *
/* Returns TRUE if input and output are equal so far. If the caller needs to
know if the files are entirely equal, it should check also if input stream
is at EOF. */
#endif