Data Fields

node Struct Reference
[List - List maintains a linked list of character strings as a stack.]

Data Fields

char * content
 pointer to some data
struct nodenext
 pointer to next element in list

Detailed Description

Element of a linked list


Field Documentation

pointer to some data

struct node* node::next

pointer to next element in list


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines