why2_list_find¶
Parameters¶
Identifier | Data type |
---|---|
list |
why2_list_t * |
value |
void * |
Attributes¶
Return type | why2_node_t * |
Header comment | FIND ELEMENT IN LIST |
Added in commit | 10632e00703f0935d963c1e2133940c061eb8ed3 |
Description¶
Finds node in linked-list (list
) containing value
and returns pointer to it. If no match is found, NULL
is returned.