|
µEvLoop
A fast and lightweight event loop aimed at embedded platforms in C99.
|
Defines a node of the linked list. Holds a void pointer. More...

Data Fields | |
| void * | value |
| The value of the node, as a void pointer. | |
| uel_llist_node_t * | next |
| The next node in the list. | |
Defines a node of the linked list. Holds a void pointer.
1.8.17