#ifndef _STREAMS_H #define _STREAMS_H #define STREAM_IN 1 #define STREAM_OUT 2 #endif // _STREAMS_H