-
- Downloads
Elimianted LINK_LIST_DONT_FREE flag (now unnecessary)
listRemoveNode() now accepts BOOL free_data argument to specify whether or not to free the node's data pointer (list and node flags not used in determination) Renamed listPopFirstNode() macro to listShiftNode(). listPopNode() and listShiftNode() macros now never free the node data pointer.
Loading
Please register or sign in to comment