µEvLoop
A fast and lightweight event loop aimed at embedded platforms in C99.
Data Fields
uel_llist_node_t Struct Reference

Defines a node of the linked list. Holds a void pointer. More...

Collaboration diagram for uel_llist_node_t:
Collaboration graph
[legend]

Data Fields

void * value
 The value of the node, as a void pointer.
 
uel_llist_node_t * next
 The next node in the list.
 

Detailed Description

Defines a node of the linked list. Holds a void pointer.


The documentation for this struct was generated from the following file: