#include <queue.h>
Data Fields | |
void * | value |
The value of the element. | |
QUEUE * | next |
A pointer to the next element. |
Definition at line 12 of file queue.h.
|
A pointer to the next element.
|
|
The value of the element.
|