![]() |
MPLABĀ® Harmony Graphics Suite
|
This struct represents a list node . More...
#include <legato_list.h>

Data Fields | |
| struct leListNode * | next |
| void * | val |
This struct represents a list node .
List node is used to hold a list of items.
| struct leListNode* next |
The next list node.
| void* val |
The value at a node.
1.8.18