Data Structures UFC
1.0.0
Essential Data Structures for C language
|
#include <list.h>
Data Fields | |
int | data |
struct ListNode * | next |
Shared struct definition because we have multiple source files which need to know how the internal struct is implemented
int ListNode::data |
struct ListNode* ListNode::next |