Node for a singly linked list.
More...
#include <plist.h>
Node for a singly linked list.
Definition at line 96 of file plist.h.
◆ data
Pointer to the node data.
Definition at line 97 of file plist.h.
◆ next
Next list node.
Definition at line 98 of file plist.h.
The documentation for this struct was generated from the following file: