Data Structures UFC  1.0.0
Essential Data Structures for C language
Data Fields
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

int ListNode::data
struct ListNode* ListNode::next

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