| c_list_error_t c_list_find_num | ( | c_list_t * | c_list, |
| c_list_num_t | num, | ||
| c_list_entry_t * | c_list_entry, | ||
| c_list_find_t | find | ||
| ) |
Find entry by number.
Finds the entry in the list that matches the specified number num (using the criteria set by find). The entry, if found, is set as the current entry.
| [in] | c_list | list object |
| [in] | num | number to find |
| [out] | c_list_entry | pointer to entry object to copy data to |
| [in] | find | search criteria |