| c_list_error_t c_list_find_next | ( | c_list_t * | c_list, |
| c_list_entry_t * | c_list_entry | ||
| ) |
Find next entry in the list.
Sets the current item index to the next item in the list (based on the current item index) and returns the contents of the item.
| [in] | c_list | list object |
| [out] | c_list_entry | pointer to list entry object that found data will be copied to |