globus_rsl_list
List Functions
- Provided by: libglobus-rsl-doc (Version: 11.3-1)
- Source: globus-rsl
- Report a bug
List Functions
globus_list_t * globus_list_copy_reverse (globus_list_t
*orig)
Create a reverse-order copy of a list.
List Functions.
Create a reverse-order copy of a list. The globus_list_copy_reverse() function creates and returns a copy of its input parameter, with the order of the list elements reversed. This copy is a shallow copy of list nodes, so both the list pointed to by orig and the returned list point to the same list element data.
Parameters
Returns
Generated automatically by Doxygen for globus_rsl from the source code.