Added header files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef CONSUMER_H
|
||||
#define CONSUMER_H
|
||||
|
||||
void Consumer(void);
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,6 @@
|
||||
#ifndef PRODUCER_H
|
||||
#define PRODUCER_H
|
||||
|
||||
void Producer(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user