| 
    Grid Community Toolkit
    6.2.1541705016
    
   | 
 
List data type. More...
#include <globus_list.h>
List data type.
| A | structure representing a node containing a single datum and a reference to additional elements in the list. | 
The special value NULL is used to represent a list with zero elements, also called an empty list.
 1.8.14