#include <list.h>
Data Fields | |
Linkable * | next |
pointer to previous structure in the list | |
Linkable * | prev |
pointer to next structure in the list |
This data shall be set at the very first place of the structure if you want all the macro to work correctly.
|
pointer to previous structure in the list
|
|
pointer to next structure in the list
|