#include <dlink.h>
Data Fields | |
cu_dlink_t | next |
cu_dlink_t | prev |
The double link structure. As opposed to most structure in this library, this can be considered transparent.
Points to the next element of the link.
Points to the previous element of the link.