Linked List
Linked List implementation in C
Data Fields
node_t Struct Reference

Node structure definition. More...

#include <Linked_list.h>

Collaboration diagram for node_t:
Collaboration graph
[legend]

Data Fields

void * data
 
node_tnext
 

Detailed Description

Node structure definition.

Field Documentation

◆ data

void* node_t::data

Pointer to the data of the node

◆ next

node_t* node_t::next

Pointer to the next node


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