why2_list_reverse¶
Parameters¶
Identifier | Data type |
---|---|
list |
why2_list_t * |
size |
unsigned long |
Attributes¶
Return type | void |
Header comment | REVERSES list |
Added in commit | 7dcbd4fc80fa13e5f9d0d4fe90a742c0f8dfab3d |
Description¶
Reverses node order in linked-list (list
). size
is size of nodes in list
, because of the reallocations.