C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
Loading...
Searching...
No Matches
ll_node Struct Reference

#include <linked_list.h>

Public Attributes

struct ll_nodenext
 
int value
 

Detailed Description

Definition at line 24 of file linked_list.h.

Member Data Documentation

◆ next

struct ll_node* ll_node::next

Definition at line 26 of file linked_list.h.

Referenced by ll_destroy(), ll_pop_front(), ll_push_back(), ll_push_front(), and ll_reverse().

◆ value

int ll_node::value

Definition at line 25 of file linked_list.h.

Referenced by ll_pop_front(), ll_push_back(), and ll_push_front().


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