why2_list_remove_back¶
Parameters¶
Identifier | Data type |
---|---|
list |
why2_list_t * |
Attributes¶
Return type | void |
Header comment | REMOVE LAST ELEMENT |
Added in commit | acee29c374353447c8e3bcce7c26000a991e2f6f |
Description¶
Removes last node from linked-list (list
).