why2_list_remove_at¶
Parameters¶
Identifier | Data type |
---|---|
list |
why2_list_t * |
index |
unsigned long |
Attributes¶
Return type | void |
Header comment | REMOVE ELEMENT WITH INDEX index |
Added in commit | 90643d82470dba0c5aaf884a231a55894b8dd39f |
Description¶
Removes node on index
from linked-list (list
).