Implement streams IPC mechanism
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
This commit is contained in:
7
include/streams.h
Normal file
7
include/streams.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _STREAMS_H
|
||||
#define _STREAMS_H
|
||||
|
||||
#define STREAM_IN 1
|
||||
#define STREAM_OUT 2
|
||||
|
||||
#endif // _STREAMS_H
|
||||
Reference in New Issue
Block a user