Data Structures UFC  1.0.0
Essential Data Structures for C language
Data Fields
ListDouble Struct Reference

Linked List with double pointers. More...

#include <list-double.h>

Data Fields

int data
 
struct ListDoublenext
 
struct ListDoubleprev
 

Detailed Description

Linked List with double pointers.

Field Documentation

int ListDouble::data
struct ListDouble* ListDouble::next
struct ListDouble* ListDouble::prev

The documentation for this struct was generated from the following file: