#ifndef CONSUMER_H #define CONSUMER_H void Consumer(void); void consume_item(int item); long int remove_item(void); #endif