MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
listnode_t Struct Reference

Represent the node of a list. More...

Public Attributes

void * value
 A pointer to the value.
 
struct listnode_tprev
 The previous node.
 
struct listnode_tnext
 The next node.
 

Detailed Description

Represent the node of a list.


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