gdl_reverse 3 | 2016-03-06 | genlist manual |
---|
gdl_reverse - reverse the items of a list
void gdl_reverse(gdl_list_t *list)
gdl_reverse reorders the elements of a list so that they are reversed.This call is implemented as function-like macros evaluating to void.
Arguments:
list A list to be reversed. May not be NULL.
gdl_reverse 3 | 2016-03-06 | genlist manual |
---|