Linked list node that stores int data.
More...
#include <list.h>
Linked list node that stores int data.
Definition at line 12 of file list.h.
◆ next
Next node in chain
Definition at line 13 of file list.h.
◆ data
Data that is stored in this node
Definition at line 14 of file list.h.
The documentation for this struct was generated from the following file: