C_Practice
Data Fields
Du_Node_T Struct Reference

#include <linked_list.h>

Data Fields

int data
 
struct Nodeprev
 
struct Nodenext
 

Detailed Description

Dummy Doubly Linked list

Field Documentation

◆ data

int Du_Node_T::data

◆ next

struct Node* Du_Node_T::next

◆ prev

struct Node* Du_Node_T::prev

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