YALLIC - Yet Another Linked List Implementation in C
Public Attributes | List of all members
__linked_list_node_t Struct Reference

Public Attributes

void * data
 
struct __linked_list_node_tnext
 

Member Data Documentation

◆ data

void* __linked_list_node_t::data

Pointer to the underlying node data.

◆ next

struct __linked_list_node_t* __linked_list_node_t::next

Pointer to the next linked list node.


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