utils
utilities in C for microcontrollers
Data Fields
list_element Struct Reference

list element state More...

#include <list.h>

Data Fields

struct list_elementprev
 pointer to last element
 
struct list_elementnext
 pointer to next element
 

Detailed Description

list element state

embed a list_element member in a struct that will be a member of a list


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