61#include <yaf/autoinc.h>
void * piqDeQ(void *vq)
Dequeue a node from the tail of a given pickable queue.
void * piqShift(void *vq)
Dequeue a node from the head of a given pickable queue.
void piqUnshift(void *vq, void *vn)
Enqueue a node at the tail of a given pickable queue.
void piqPick(void *vq, void *vn)
Pick a node from a given pickable queue.
void piqEnQ(void *vq, void *vn)
Enqueue a node at the head of a given pickable queue.