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