| c_list_error_t c_list_find_first | ( | c_list_t * | c_list, |
| c_list_entry_t * | c_list_entry | ||
| ) |
Find first entry in the list.
Sets the current item index to the first item in the list 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 |