6 lines
72 B
C
6 lines
72 B
C
#ifndef CONSUMER_H
|
|
#define CONSUMER_H
|
|
|
|
void Consumer(void);
|
|
|
|
#endif |