![]() |
SolarCapture C Bindings User Guide
SF-115721-CD
Draft 2A
|
Doubly linked list pointers. More...
#include <dlist.h>
Data Fields | |
struct sc_dlist * | prev |
struct sc_dlist * | next |
Doubly linked list pointers.
struct sc_dlist* next |
A pointer to next item in list (set to itself if it is at the end of the list).
struct sc_dlist* prev |
A pointer to previous item in list (set to itself if it is at the start of the list).