Data Structures UFC
1.0.0
Essential Data Structures for C language
|
Linked List with double pointers. More...
#include <list-double.h>
Data Fields | |
int | data |
struct ListDouble * | next |
struct ListDouble * | prev |
Linked List with double pointers.
int ListDouble::data |
struct ListDouble* ListDouble::next |
struct ListDouble* ListDouble::prev |