#ifndef _STREAMS_H
#define _STREAMS_H
extern FILE *cp_in;
extern FILE *cp_out;
extern FILE *cp_err;
#endif