emptyq
#define emptyq(q) ((q)->tail = (q)->head = (q)->qcount = 0)
#define emptyq(q) ((q)->tail = (q)->head = 0)