why2_list_push¶
Parameters¶
Identifier | Data type |
---|---|
list |
why2_list_t * |
value |
void * |
size |
unsigned long |
Attributes¶
Return type | void |
Header comment | PUSH ELEMENT TO LIST BACK |
Added in commit | 10632e00703f0935d963c1e2133940c061eb8ed3 |
Description¶
Function appends new node containing value
of size
to the back of linked-list (list
).