globus_list - Man Page
List data type.
Synopsis
#include <globus_list.h>
Detailed Description
List data type.
- Parameters
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.
Author
Generated automatically by Doxygen for globus_common from the source code.
Referenced By
The man pages globus_list_cons(3), globus_list_copy(3), globus_list_empty(3), globus_list_first(3), globus_list_free(3), globus_list_insert(3), globus_list_min(3), globus_list_pred_t(3), globus_list_relation_t(3), globus_list_remove(3), globus_list_replace_first(3), globus_list_rest(3), globus_list_search(3), globus_list_search_pred(3), globus_list_size(3), globus_list_sort(3) and globus_list_t(3) are aliases of globus_list(3).