aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/urweb/queue.h
blob: 8297dd001fc7eadad6a7adc46e5b3b06dbe892a3 (plain)
1
2
3
4
5
6
7
#ifndef QUEUE_H
#define QUEUE_H

int uw_dequeue();
void uw_enqueue(int);

#endif