globus_rsl_list (3) Linux Manual Page
List Functions – Functionsglobus_list_t * globus_list_copy_reverse (globus_list_t *orig) Create a reverse-order copy of a list. Detailed DescriptionFunction Documentationglobus_list_t* globus_list_copy_reverse (globus_list_t *orig)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…
