6 lines
72 B
C
6 lines
72 B
C
#ifndef PRODUCER_H
|
|
#define PRODUCER_H
|
|
|
|
void Producer(void);
|
|
|
|
#endif |