#include <dll.h>
Public Attributes | |
| struct Node * | nextNode |
| Pointer to the next Node in the list. | |
| struct Node * | prevNode |
| Pointer to the previous Node in the list. | |
| char * | payload |
| Pointer to a string. | |
All node fields must be initialized by the user. All operations not specifically embodied in a function are the responsibility of the user.
1.5.3