libnds
Data Fields
LinkedList Struct Reference

A node for the linked list. More...

#include <linkedlist.h>

Data Fields

void * data
 A pointer to some data.
 
struct LinkedListnext
 A pointer to the next node.
 
struct LinkedListprev
 A pointer to the previous node.
 

Detailed Description

A node for the linked list.


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