All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
8 lines
105 B
C
8 lines
105 B
C
#ifndef _STREAMS_H
|
|
#define _STREAMS_H
|
|
|
|
#define STREAM_IN 1
|
|
#define STREAM_OUT 2
|
|
|
|
#endif // _STREAMS_H
|