linked_node_t Struct Reference

#include <lists.h>

Data Fields

struct linked_node_tnext
struct linked_node_tprev

Detailed Description

The most basic linked-list node.

All of your linked-lists used by the lists.h functions must look like this (with extra data following)


Field Documentation

Next element in list

Previous element in list


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated by  doxygen 1.6.3