|
C_Practice
|
#include <linked_list.h>
Data Fields | |
| int | data |
| struct Node * | next |
Dummy Linked list
| int Node_T::data |
Referenced by linked_list_push_node(), main(), printList(), and printList_middle().
| struct Node* Node_T::next |
Referenced by linked_list_push_node(), linked_list_reverse(), main(), printList(), and printList_middle().
1.8.15