Data Structures Lerax 1.0.0
Essential Data Structures for C language
Loading...
Searching...
No Matches
ListNode Struct Reference

#include <list.h>

Data Fields

int data
struct ListNodenext

Detailed Description

Shared struct definition because we have multiple source files which need to know how the internal struct is implemented

Field Documentation

◆ data

int ListNode::data

◆ next

struct ListNode* ListNode::next

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