cLinkedList
A simple C library for doubly linked list creation and management
Loading...
Searching...
No Matches
_cLinkedList Struct Reference

#include <include/cLinkedList.h>

Data Fields

unsigned long num_elem
 
cListElem anchor
 

Detailed Description

Structure for a linked list of cListElem elements.

Definition at line 34 of file cLinkedList.h.

Field Documentation

◆ anchor

cListElem anchor

The achhor element of the linked list to which all other elements are tied.

Definition at line 38 of file cLinkedList.h.

◆ num_elem

unsigned long num_elem

Number of elements in the linked list.

Definition at line 36 of file cLinkedList.h.


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