why2_list_push_at¶
Parameters¶
Identifier | Data type |
---|---|
list |
why2_list_t * |
index |
unsigned long |
value |
void * |
size |
unsigned long |
Attributes¶
Return type | void |
Header comment | PUSH ELEMENT TO INDEX index of LIST |
Added in commit | 0e246be627c33f33d82a0fb2e5b43dd3fa024e0c |
Description¶
Function appends new node containing value
of size
to the index
position of linked-list (list
).
index
starts with 0.