copystream
copystream(Istream, Ostream);
if (!copystream(malf, tmpf)) {
if (!copystream(tmpf, malf))
extern int copystream(FILE *infp, FILE *outfp);
extern int copystream();