Data Fields

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

Data Fields

Nodehead
 pointer to first element in list
int length
 length of the list; keep this value so we don't have to traverse the list to calculate it.

Detailed Description

Head of linked list


Field Documentation

pointer to first element in list

length of the list; keep this value so we don't have to traverse the list to calculate it.


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