cu
listnode_t Struct Reference

#include <list.h>

Data Fields

void * data
 
struct listnode_tnext
 
struct listnode_tprev
 

Detailed Description

node of the dopply linked list

Field Documentation

void* data

data a node

struct listnode_t* next

reference to the next node

struct listnode_t* prev

reference to the previous node


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