|
Embedded SDK
Embedded SDK
|
Forward list node structure (singly-linked) More...
#include <lists.h>

Public Attributes | |
| struct flist_node_t * | next |
Forward list node structure (singly-linked)
This structure represents a node in a forward list (singly-linked list). It contains only a pointer to the next node, making it memory-efficient (4-8 bytes per node).
| struct flist_node_t* flist_node_t::next |