Node definition. The variable info is a pointer to the information contained in the node and next is a pointer to the next element in the queue.
More...
#include <queue.h>

Data Fields | |
| infokdnode * | info |
| struct qnode * | next |
Node definition. The variable info is a pointer to the information contained in the node and next is a pointer to the next element in the queue.
Definition at line 26 of file queue.h.
1.6.3