Tiny protocol
0.9.3
Tiny communication protocol for microcontrollers
|
structure defines base type for the lists More...
#include <tiny_list.h>
Public Attributes | |
struct list_element_ * | pnext |
pointer to the next element in the list | |
struct list_element_ * | pprev |
pointer to the previous element in the list | |
structure defines base type for the lists