8 lines
105 B
C
8 lines
105 B
C
#ifndef _STREAMS_H
|
|
#define _STREAMS_H
|
|
|
|
#define STREAM_IN 0
|
|
#define STREAM_OUT 1
|
|
|
|
#endif // _STREAMS_H
|