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

#include <linked_list.h>

Public Attributes

ll_node_thead
 
size_t size
 

Detailed Description

Definition at line 29 of file linked_list.h.

Member Data Documentation

◆ head

ll_node_t* linked_list_t::head

◆ size

size_t linked_list_t::size

Definition at line 31 of file linked_list.h.

Referenced by ll_create(), ll_is_empty(), ll_pop_front(), ll_push_back(), ll_push_front(), and ll_size().


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