producers-consumers/include/producer.h
2022-10-11 19:53:52 -05:00

6 lines
72 B
C

#ifndef PRODUCER_H
#define PRODUCER_H
void Producer(void);
#endif