Modestus Moon OS
R4
CS 450 project
|
struct for a node of the linked list More...
#include <linked_list>
Data Fields | |
void * | data |
node_t * | next |
node_t * | prev |
struct for a node of the linked list
Definition at line 46 of file linked_list.h.
void* s_ll_node::data |
Definition at line 48 of file linked_list.h.
node_t* s_ll_node::next |
Definition at line 49 of file linked_list.h.
node_t* s_ll_node::prev |
Definition at line 50 of file linked_list.h.