Node data structure contains data and next node pointer.
More...
#include <queue.h>
Node data structure contains data and next node pointer.
Definition at line 7 of file queue.h.
◆ data
◆ next
Value
Definition at line 9 of file queue.h.
The documentation for this struct was generated from the following file: