LICK
 All Data Structures Files Functions Variables Enumerations Enumerator
Data Fields
node_t Struct Reference

A linked list node. More...

#include <llist.h>

Collaboration diagram for node_t:
Collaboration graph
[legend]

Data Fields

void * val
 the current element value
 
node_tnext
 the next node in the linked list, or NULL if there are no more elements
 

Detailed Description

A linked list node.


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