why2_list_remove¶
Parameters¶
Identifier | Data type |
---|---|
list |
why2_list_t * |
node |
why2_node_t * |
Attributes¶
Return type | void |
Header comment | REMOVE ELEMENT |
Added in commit | 10632e00703f0935d963c1e2133940c061eb8ed3 |
Description¶
Removes node
from linked-list (list
).