|
C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
|
#include <linked_list.h>
Public Attributes | |
| struct ll_node * | next |
| int | value |
Definition at line 24 of file linked_list.h.
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().
| 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().