Data Structures Lerax 1.0.0
Essential Data Structures for C language
Loading...
Searching...
No Matches
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

◆ data

int ListDouble::data

◆ next

struct ListDouble* ListDouble::next

◆ prev

struct ListDouble* ListDouble::prev

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