Internal object that references the content and links to the neighbour entries. More...
#include <linked_list.h>
Data Fields | |
void * | item |
stored element (content) | |
struct _cp_list_entry * | next |
link to next entry | |
struct _cp_list_entry * | prev |
link to previous entry |
Internal object that references the content and links to the neighbour entries.