MentOS
0.8.0
The Mentoring Operating System
|
Represent the node of a list. More...
Public Attributes | |
void * | value |
A pointer to the value. | |
struct listnode_t * | prev |
The previous node. | |
struct listnode_t * | next |
The next node. | |
Represent the node of a list.