heis/elev-threaded/local_queue.h

7 lines
123 B
C
Executable File

#include "elev.h"
void add_to_queue(elev_direction_t b, int f);
void clear_queue();
void remove_orders();
int get_head();